public class TestBinaryPolynomial extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TestRule |
rule_ |
Constructor and Description |
---|
TestBinaryPolynomial() |
Modifier and Type | Method and Description |
---|---|
void |
add() |
void |
getCoefficients() |
void |
getDegree() |
void |
isIrreducible() |
void |
modX() |
void |
mul() |
void |
mulPrecomputation() |
void |
mulX() |
void |
shiftLeft() |
void |
shiftRight() |
void |
sqr() |
void |
testX() |
public void getCoefficients()
public void add()
public void mul()
public void mulPrecomputation()
public void getDegree()
public void modX()
public void mulX()
public void shiftLeft()
public void shiftRight()
public void sqr()
public void testX()
public void isIrreducible()
Copyright © 2011–2022 Stiftung SIC. All rights reserved.