Uses of Interface
org.ujmp.core.stringmatrix.StringMatrix
-
-
Uses of StringMatrix in org.ujmp.core
Methods in org.ujmp.core that return StringMatrix Modifier and Type Method Description StringMatrix
AbstractMatrix. toStringMatrix()
-
Uses of StringMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return StringMatrix Modifier and Type Method Description StringMatrix
Conversions. toStringMatrix()
-
Uses of StringMatrix in org.ujmp.core.stringmatrix
Subinterfaces of StringMatrix in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix
interface
DenseStringMatrix2D
interface
SparseStringMatrix
interface
SparseStringMatrix2D
interface
StringMatrix2D
-
Uses of StringMatrix in org.ujmp.core.stringmatrix.calculation
Methods in org.ujmp.core.stringmatrix.calculation that return StringMatrix Modifier and Type Method Description StringMatrix
AbstractStringCalculation. calcLink()
StringMatrix
AbstractStringCalculation. calcNew()
-
Uses of StringMatrix in org.ujmp.core.stringmatrix.factory
Classes in org.ujmp.core.stringmatrix.factory with type parameters of type StringMatrix Modifier and Type Interface Description interface
StringMatrixFactory<T extends StringMatrix>
-
Uses of StringMatrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement StringMatrix Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DefaultSparseStringMatrix
class
DenseCSVStringMatrix2D
class
SparseCSVMatrix
class
StringCalculationMatrix
-
Uses of StringMatrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement StringMatrix Modifier and Type Class Description class
AbstractDenseStringMatrix
class
AbstractDenseStringMatrix2D
class
AbstractSparseStringMatrix
class
AbstractSparseStringMatrix2D
class
AbstractStringMatrix
-
Uses of StringMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement StringMatrix Modifier and Type Class Description class
IrisMatrix
class
MatrixLibraries
class
TextContentMatrix
class
UJMPPluginsMatrix
-