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