Uses of Interface
org.ujmp.core.charmatrix.DenseCharMatrix
-
Packages that use DenseCharMatrix Package Description org.ujmp.core.charmatrix org.ujmp.core.charmatrix.factory org.ujmp.core.charmatrix.impl org.ujmp.core.charmatrix.stub -
-
Uses of DenseCharMatrix in org.ujmp.core.charmatrix
Subinterfaces of DenseCharMatrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
DenseCharMatrix2D
-
Uses of DenseCharMatrix in org.ujmp.core.charmatrix.factory
Classes in org.ujmp.core.charmatrix.factory with type parameters of type DenseCharMatrix Modifier and Type Interface Description interface
DenseCharMatrixFactory<T extends DenseCharMatrix>
-
Uses of DenseCharMatrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement DenseCharMatrix Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
DefaultDenseCharMatrix2D
-
Uses of DenseCharMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement DenseCharMatrix Modifier and Type Class Description class
AbstractDenseCharMatrix
class
AbstractDenseCharMatrix2D
-