constructor from string of 0 and 1.
constructor from string of 0 and 1.
a string consists of 0 and 1
constructor from string with radix.
constructor from string with radix.
a string consists of numbers of radix
radix of the number of val
Addition over F2[t].
Addition over F2[t].
Polynomial
result of addition
If zero, this method returns -1, otherwise, returns the degree of polynomial.
If zero, this method returns -1, otherwise, returns the degree of polynomial.
degree of this polynomial
return coefficient of specified term, returned value is zero or one.
return coefficient of specified term, returned value is zero or one.
degree of term
coefficient of specified term
Calculate residue of this polynomial divided by that polynomial.
Calculate residue of this polynomial divided by that polynomial. Using means return this % that if this and that were int.
divider
residue
Multiplication over F2[t].
Multiplication over F2[t].
Polynomial
result of multiplication
power of this polynomial, thispow.
power of this polynomial, thispow.
exponent
thispow
returns thispow % mod.
returns thispow % mod.
exponent
polynomial
polynomial whose degree is less than mod polynomial
return base format representation of polynomial.
return base format representation of polynomial.
base of format
base format string
return binary format representation of polynomial.
return binary format representation of polynomial.
binary format string