Uses of Interface
org.ujmp.core.charmatrix.CharMatrix
-
-
Uses of CharMatrix in org.ujmp.core
Methods in org.ujmp.core that return CharMatrix Modifier and Type Method Description CharMatrix
AbstractMatrix. toCharMatrix()
-
Uses of CharMatrix in org.ujmp.core.charmatrix
Subinterfaces of CharMatrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
CharMatrix2D
interface
DenseCharMatrix
interface
DenseCharMatrix2D
interface
SparseCharMatrix
interface
SparseCharMatrix2D
-
Uses of CharMatrix in org.ujmp.core.charmatrix.calculation
Methods in org.ujmp.core.charmatrix.calculation that return CharMatrix Modifier and Type Method Description CharMatrix
AbstractCharCalculation. calcLink()
CharMatrix
AbstractCharCalculation. calcNew()
-
Uses of CharMatrix in org.ujmp.core.charmatrix.factory
Classes in org.ujmp.core.charmatrix.factory with type parameters of type CharMatrix Modifier and Type Interface Description interface
CharMatrixFactory<T extends CharMatrix>
-
Uses of CharMatrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement CharMatrix Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
CharCalculationMatrix
class
DefaultDenseCharMatrix2D
class
DefaultSparseCharMatrix
-
Uses of CharMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement CharMatrix Modifier and Type Class Description class
AbstractCharMatrix
class
AbstractDenseCharMatrix
class
AbstractDenseCharMatrix2D
class
AbstractSparseCharMatrix
class
AbstractSparseCharMatrix2D
-
Uses of CharMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return CharMatrix Modifier and Type Method Description CharMatrix
Conversions. toCharMatrix()
-