Свойство | Тип | Описание | |
---|---|---|---|
BitLengths | byte[] |
Метод | Описание | |
---|---|---|
AddOne ( ) : |
||
AddShiftedByWords ( |
||
Copy ( ) : |
||
Degree ( ) : int | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetUsedLength ( ) : int | ||
GetUsedLengthFrom ( int from ) : int | ||
IsOne ( ) : bool | ||
IsZero ( ) : bool | ||
LongArray ( BigInteger bigInt ) : System | ||
LongArray ( int intLen ) : System | ||
LongArray ( long ints ) : System | ||
LongArray ( long ints, int off, int len ) : System | ||
ModInverse ( int m, int ks ) : |
||
ModMultiply ( |
||
ModMultiplyAlt ( |
||
ModMultiplyLD ( |
||
ModReduce ( int m, int ks ) : |
||
ModSquare ( int m, int ks ) : |
||
ModSquareN ( int n, int m, int ks ) : |
||
Multiply ( |
||
Reduce ( int m, int ks ) : void | ||
Square ( int m, int ks ) : |
||
TestBitZero ( ) : bool | ||
ToBigInteger ( ) : BigInteger | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Add ( long x, int xOff, long y, int yOff, int count ) : void | ||
Add ( long x, int xOff, long y, int yOff, long z, int zOff, int count ) : void | ||
AddBoth ( long x, int xOff, long y1, int y1Off, long y2, int y2Off, int count ) : void | ||
AddShiftedByBitsSafe ( |
||
AddShiftedDown ( long x, int xOff, long y, int yOff, int count, int shift ) : long | ||
AddShiftedUp ( long x, int xOff, long y, int yOff, int count, int shift ) : long | ||
BitLength ( long w ) : int | ||
DegreeFrom ( int limit ) : int | ||
Distribute ( long x, int src, int dst1, int dst2, int count ) : void | ||
FlipBit ( long buf, int off, int n ) : void | ||
FlipVector ( long x, int xOff, long y, int yOff, int yLen, int bits ) : void | ||
FlipWord ( long buf, int off, int bit, long word ) : void | ||
Interleave ( long x, int xOff, long z, int zOff, int count, int width ) : void | ||
Interleave2_32to64 ( int x ) : long | ||
Interleave2_n ( long x, int rounds ) : long | ||
Interleave2_n ( long x, int xOff, long z, int zOff, int count, int rounds ) : void | ||
Interleave3 ( long x ) : long | ||
Interleave3 ( long x, int xOff, long z, int zOff, int count ) : void | ||
Interleave3_13to65 ( int x ) : long | ||
Interleave3_21to63 ( int x ) : long | ||
Interleave4_16to64 ( int x ) : long | ||
Interleave5 ( long x ) : long | ||
Interleave5 ( long x, int xOff, long z, int zOff, int count ) : void | ||
Interleave7 ( long x ) : long | ||
Interleave7 ( long x, int xOff, long z, int zOff, int count ) : void | ||
MultiplyWord ( long a, long b, int bLen, long c, int cOff ) : void | ||
ReduceBit ( long buf, int off, int bit, int m, int ks ) : void | ||
ReduceBitWise ( long buf, int off, int BitLength, int m, int ks ) : void | ||
ReduceInPlace ( long buf, int off, int len, int m, int ks ) : int | ||
ReduceResult ( long buf, int off, int len, int m, int ks ) : |
||
ReduceVectorWise ( long buf, int off, int len, int words, int m, int ks ) : void | ||
ReduceWord ( long buf, int off, int bit, long word, int m, int ks ) : void | ||
ReduceWordWise ( long buf, int off, int len, int toBit, int m, int ks ) : void | ||
ResizedInts ( int newLen ) : long[] | ||
ShiftUp ( long x, int xOff, int count, int shift ) : long | ||
ShiftUp ( long x, int xOff, long z, int zOff, int count, int shift ) : long | ||
SquareInPlace ( long x, int xLen, int m, int ks ) : void | ||
TestBit ( long buf, int off, int n ) : bool |
public AddShiftedByWords ( |
||
other | ||
words | int | |
Результат | void |
public GetUsedLengthFrom ( int from ) : int | ||
from | int | |
Результат | int |
public LongArray ( BigInteger bigInt ) : System | ||
bigInt | BigInteger | |
Результат | System |
public LongArray ( long ints, int off, int len ) : System | ||
ints | long | |
off | int | |
len | int | |
Результат | System |
public ModInverse ( int m, int ks ) : |
||
m | int | |
ks | int | |
Результат |
public ModMultiply ( |
||
other | ||
m | int | |
ks | int | |
Результат |
public ModMultiplyAlt ( |
||
other | ||
m | int | |
ks | int | |
Результат |
public ModMultiplyLD ( |
||
other | ||
m | int | |
ks | int | |
Результат |
public ModReduce ( int m, int ks ) : |
||
m | int | |
ks | int | |
Результат |
public ModSquare ( int m, int ks ) : |
||
m | int | |
ks | int | |
Результат |
public ModSquareN ( int n, int m, int ks ) : |
||
n | int | |
m | int | |
ks | int | |
Результат |
public Multiply ( |
||
other | ||
m | int | |
ks | int | |
Результат |
public Square ( int m, int ks ) : |
||
m | int | |
ks | int | |
Результат |