Uses of Interface
org.ujmp.core.charmatrix.factory.CharMatrixFactory
-
Packages that use CharMatrixFactory Package Description org.ujmp.core.charmatrix.factory -
-
Uses of CharMatrixFactory in org.ujmp.core.charmatrix.factory
Subinterfaces of CharMatrixFactory in org.ujmp.core.charmatrix.factory Modifier and Type Interface Description interface
CharMatrix2DFactory<T extends CharMatrix2D>
interface
DenseCharMatrixFactory<T extends DenseCharMatrix>
interface
SparseCharMatrixFactory<T extends SparseCharMatrix>
Classes in org.ujmp.core.charmatrix.factory that implement CharMatrixFactory Modifier and Type Class Description class
AbstractCharMatrix2DFactory
class
DefaultCharMatrix2DFactory
-