Uses of Interface
org.ujmp.core.bytematrix.factory.ByteMatrixFactory
-
Packages that use ByteMatrixFactory Package Description org.ujmp.core.bytematrix.factory -
-
Uses of ByteMatrixFactory in org.ujmp.core.bytematrix.factory
Subinterfaces of ByteMatrixFactory in org.ujmp.core.bytematrix.factory Modifier and Type Interface Description interface
ByteMatrix2DFactory<T extends ByteMatrix2D>
interface
DenseByteMatrixFactory<T extends DenseByteMatrix>
interface
SparseByteMatrixFactory<T extends SparseByteMatrix>
Classes in org.ujmp.core.bytematrix.factory that implement ByteMatrixFactory Modifier and Type Class Description class
AbstractByteMatrix2DFactory
class
DefaultByteMatrix2DFactory
-