Uses of Interface
org.ujmp.core.bigintegermatrix.BaseBigIntegerMatrix
-
Packages that use BaseBigIntegerMatrix Package Description org.ujmp.core.bigintegermatrix org.ujmp.core.bigintegermatrix.factory org.ujmp.core.bigintegermatrix.impl org.ujmp.core.bigintegermatrix.stub -
-
Uses of BaseBigIntegerMatrix in org.ujmp.core.bigintegermatrix
Subinterfaces of BaseBigIntegerMatrix in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BigIntegerMatrix2D
interface
BigIntegerMatrixMultiD
interface
DenseBigIntegerMatrix
interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix
interface
SparseBigIntegerMatrix2D
-
Uses of BaseBigIntegerMatrix in org.ujmp.core.bigintegermatrix.factory
Classes in org.ujmp.core.bigintegermatrix.factory with type parameters of type BaseBigIntegerMatrix Modifier and Type Interface Description interface
BaseBigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
interface
BigIntegerMatrixFactory<T extends BaseBigIntegerMatrix>
-
Uses of BaseBigIntegerMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement BaseBigIntegerMatrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
DefaultDenseBigIntegerMatrix2D
-
Uses of BaseBigIntegerMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement BaseBigIntegerMatrix Modifier and Type Class Description class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-