Uses of Interface
org.ujmp.core.bigintegermatrix.BigIntegerMatrix
-
-
Uses of BigIntegerMatrix in org.ujmp.core
Methods in org.ujmp.core that return BigIntegerMatrix Modifier and Type Method Description BigIntegerMatrix
AbstractMatrix. toBigIntegerMatrix()
-
Uses of BigIntegerMatrix in org.ujmp.core.bigintegermatrix.calculation
Methods in org.ujmp.core.bigintegermatrix.calculation that return BigIntegerMatrix Modifier and Type Method Description BigIntegerMatrix
AbstractBigIntegerCalculation. calcLink()
BigIntegerMatrix
AbstractBigIntegerCalculation. calcNew()
-
Uses of BigIntegerMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement BigIntegerMatrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
-
Uses of BigIntegerMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement BigIntegerMatrix Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of BigIntegerMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return BigIntegerMatrix Modifier and Type Method Description BigIntegerMatrix
Conversions. toBigIntegerMatrix()
-
Uses of BigIntegerMatrix in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return BigIntegerMatrix Modifier and Type Method Description BigIntegerMatrix
AbstractMatrixFactory. fibonacci(int count)
-