Uses of Interface
org.ujmp.core.intmatrix.factory.IntMatrixFactory
-
Packages that use IntMatrixFactory Package Description org.ujmp.core.intmatrix.factory -
-
Uses of IntMatrixFactory in org.ujmp.core.intmatrix.factory
Subinterfaces of IntMatrixFactory in org.ujmp.core.intmatrix.factory Modifier and Type Interface Description interface
DenseIntMatrixFactory<T extends DenseIntMatrix>
interface
IntMatrix2DFactory<T extends IntMatrix2D>
interface
SparseIntMatrixFactory<T extends SparseIntMatrix>
Classes in org.ujmp.core.intmatrix.factory that implement IntMatrixFactory Modifier and Type Class Description class
AbstractIntMatrix2DFactory
class
DefaultIntMatrix2DFactory
-