Uses of Class
cnuphys.snr.ExtendedWord
Packages that use ExtendedWord
- 
Uses of ExtendedWord in cnuphys.snrFields in cnuphys.snr declared as ExtendedWordModifier and TypeFieldDescriptionprotected ExtendedWordNoiseReductionParameters.leftSegmentscumulative left segments.protected ExtendedWordNoiseReductionParameters.rightSegmentscumulative right segments.Methods in cnuphys.snr that return ExtendedWordModifier and TypeMethodDescriptionstatic ExtendedWordConvert back to an ExtendedWord from a hash keystatic ExtendedWordExtendedWord.fromHash62(String hash) Convert back to an ExtendedWord from a hash keyNoiseReductionParameters.getLeftSegments()Get the left leaning segment staring wire positions.NoiseReductionParameters.getRightSegments()Get the right leaning segment staring wire positions.This is meaningful only if the analysis has been performed.static ExtendedWordExtendedWord.randomWord(int bitsNeeded, Random rand, float setProb) Create a random wordExtendedWord.shiftLeftAndOr(int n) Shift the extended word left and or with self.ExtendedWord.shiftRightAndOr(int n) Shift the extended word right and or with self.Methods in cnuphys.snr with parameters of type ExtendedWordModifier and TypeMethodDescriptionstatic voidExtendedWord.bitwiseAnd(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise and on two extended words.static voidExtendedWord.bitwiseOr(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise or on two extended words.static voidExtendedWord.bitwiseXor(ExtendedWord u, ExtendedWord v, ExtendedWord result) Perform a bitwise xor on two extended words.static intAdjacency.computeAdjacency(ExtendedWord[] data, int numLayer, int numWire, int layer, int wire) Used in second stage analysis.static voidExtendedWord.copy(ExtendedWord src, ExtendedWord dest) Copy value from one extended word to another.static intExtendedWord.countCommonBits(ExtendedWord a, ExtendedWord b, ExtendedWord work1, ExtendedWord work2, ExtendedWord work3) booleanExtendedWord.equals(ExtendedWord ew) Test for equality with another wordvoidNoiseReductionParameters.setPackedData(ExtendedWord[] packedData) Set new raw data.