Uses of Interface
org.ujmp.core.bigintegermatrix.BigIntegerMatrix2D
-
Packages that use BigIntegerMatrix2D Package Description org.ujmp.core.bigintegermatrix org.ujmp.core.bigintegermatrix.factory org.ujmp.core.bigintegermatrix.impl org.ujmp.core.bigintegermatrix.stub -
-
Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix
Subinterfaces of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix2D
-
Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.factory
Classes in org.ujmp.core.bigintegermatrix.factory with type parameters of type BigIntegerMatrix2D Modifier and Type Interface Description interface
BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>
Methods in org.ujmp.core.bigintegermatrix.factory that return BigIntegerMatrix2D Modifier and Type Method Description BigIntegerMatrix2D
DefaultBigIntegerMatrix2DFactory. zeros(long... size)
BigIntegerMatrix2D
DefaultBigIntegerMatrix2DFactory. zeros(long rows, long columns)
-
Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement BigIntegerMatrix2D Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
DefaultDenseBigIntegerMatrix2D
-
Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement BigIntegerMatrix2D Modifier and Type Class Description class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix2D
-