Uses of Interface
org.ujmp.core.floatmatrix.FloatMatrix
-
-
Uses of FloatMatrix in org.ujmp.core
Methods in org.ujmp.core that return FloatMatrix Modifier and Type Method Description FloatMatrix
AbstractMatrix. toFloatMatrix()
-
Uses of FloatMatrix in org.ujmp.core.floatmatrix
Subinterfaces of FloatMatrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
DenseFloatMatrix
interface
DenseFloatMatrix2D
interface
FloatMatrix2D
interface
SparseFloatMatrix
interface
SparseFloatMatrix2D
-
Uses of FloatMatrix in org.ujmp.core.floatmatrix.calculation
Methods in org.ujmp.core.floatmatrix.calculation that return FloatMatrix Modifier and Type Method Description FloatMatrix
AbstractFloatCalculation. calcLink()
FloatMatrix
AbstractFloatCalculation. calcNew()
-
Uses of FloatMatrix in org.ujmp.core.floatmatrix.factory
Classes in org.ujmp.core.floatmatrix.factory with type parameters of type FloatMatrix Modifier and Type Interface Description interface
FloatMatrixFactory<T extends FloatMatrix>
-
Uses of FloatMatrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement FloatMatrix Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
class
DefaultSparseFloatMatrix
class
FloatCalculationMatrix
-
Uses of FloatMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement FloatMatrix Modifier and Type Class Description class
AbstractDenseFloatMatrix
class
AbstractDenseFloatMatrix2D
class
AbstractFloatMatrix
class
AbstractSparseFloatMatrix
class
AbstractSparseFloatMatrix2D
-
Uses of FloatMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return FloatMatrix Modifier and Type Method Description FloatMatrix
Conversions. toFloatMatrix()
-