Uses of Interface
org.ujmp.core.charmatrix.CharMatrix2D
-
Packages that use CharMatrix2D Package Description org.ujmp.core.charmatrix org.ujmp.core.charmatrix.factory org.ujmp.core.charmatrix.impl org.ujmp.core.charmatrix.stub org.ujmp.core.interfaces -
-
Uses of CharMatrix2D in org.ujmp.core.charmatrix
Subinterfaces of CharMatrix2D in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
DenseCharMatrix2D
interface
SparseCharMatrix2D
-
Uses of CharMatrix2D in org.ujmp.core.charmatrix.factory
Classes in org.ujmp.core.charmatrix.factory with type parameters of type CharMatrix2D Modifier and Type Interface Description interface
CharMatrix2DFactory<T extends CharMatrix2D>
Methods in org.ujmp.core.charmatrix.factory that return CharMatrix2D Modifier and Type Method Description CharMatrix2D
DefaultCharMatrix2DFactory. zeros(long... size)
CharMatrix2D
DefaultCharMatrix2DFactory. zeros(long rows, long columns)
-
Uses of CharMatrix2D in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement CharMatrix2D Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
DefaultDenseCharMatrix2D
-
Uses of CharMatrix2D in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement CharMatrix2D Modifier and Type Class Description class
AbstractDenseCharMatrix2D
class
AbstractSparseCharMatrix2D
-
Uses of CharMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return CharMatrix2D Modifier and Type Method Description CharMatrix2D
Conversions2D. toCharMatrix()
-