Uses of Interface
org.ujmp.core.stringmatrix.DenseStringMatrix
-
Packages that use DenseStringMatrix Package Description org.ujmp.core.stringmatrix org.ujmp.core.stringmatrix.factory org.ujmp.core.stringmatrix.impl org.ujmp.core.stringmatrix.stub org.ujmp.core.util.matrices -
-
Uses of DenseStringMatrix in org.ujmp.core.stringmatrix
Subinterfaces of DenseStringMatrix in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix2D
-
Uses of DenseStringMatrix in org.ujmp.core.stringmatrix.factory
Classes in org.ujmp.core.stringmatrix.factory with type parameters of type DenseStringMatrix Modifier and Type Interface Description interface
DenseStringMatrixFactory<T extends DenseStringMatrix>
-
Uses of DenseStringMatrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement DenseStringMatrix Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DenseCSVStringMatrix2D
-
Uses of DenseStringMatrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement DenseStringMatrix Modifier and Type Class Description class
AbstractDenseStringMatrix
class
AbstractDenseStringMatrix2D
-
Uses of DenseStringMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseStringMatrix Modifier and Type Class Description class
IrisMatrix
class
MatrixLibraries
class
TextContentMatrix
class
UJMPPluginsMatrix
-