Uses of Interface
org.ujmp.core.stringmatrix.StringMatrix2D
-
-
Uses of StringMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return StringMatrix2D Modifier and Type Method Description StringMatrix2D
Conversions2D. toStringMatrix()
-
Uses of StringMatrix2D in org.ujmp.core.stringmatrix
Subinterfaces of StringMatrix2D in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix2D
interface
SparseStringMatrix2D
-
Uses of StringMatrix2D in org.ujmp.core.stringmatrix.factory
Classes in org.ujmp.core.stringmatrix.factory with type parameters of type StringMatrix2D Modifier and Type Interface Description interface
StringMatrix2DFactory<T extends StringMatrix2D>
Methods in org.ujmp.core.stringmatrix.factory that return StringMatrix2D Modifier and Type Method Description StringMatrix2D
DefaultStringMatrix2DFactory. zeros(long... size)
StringMatrix2D
DefaultStringMatrix2DFactory. zeros(long rows, long columns)
-
Uses of StringMatrix2D in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement StringMatrix2D Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DenseCSVStringMatrix2D
class
SparseCSVMatrix
-
Uses of StringMatrix2D in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement StringMatrix2D Modifier and Type Class Description class
AbstractDenseStringMatrix2D
class
AbstractSparseStringMatrix2D
-
Uses of StringMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement StringMatrix2D Modifier and Type Class Description class
IrisMatrix
class
MatrixLibraries
class
TextContentMatrix
class
UJMPPluginsMatrix
-