Uses of Interface
org.ujmp.core.floatmatrix.DenseFloatMatrix
-
Packages that use DenseFloatMatrix Package Description org.ujmp.core.floatmatrix org.ujmp.core.floatmatrix.factory org.ujmp.core.floatmatrix.impl org.ujmp.core.floatmatrix.stub -
-
Uses of DenseFloatMatrix in org.ujmp.core.floatmatrix
Subinterfaces of DenseFloatMatrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
DenseFloatMatrix2D
-
Uses of DenseFloatMatrix in org.ujmp.core.floatmatrix.factory
Classes in org.ujmp.core.floatmatrix.factory with type parameters of type DenseFloatMatrix Modifier and Type Interface Description interface
DenseFloatMatrixFactory<T extends DenseFloatMatrix>
-
Uses of DenseFloatMatrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement DenseFloatMatrix Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
-
Uses of DenseFloatMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement DenseFloatMatrix Modifier and Type Class Description class
AbstractDenseFloatMatrix
class
AbstractDenseFloatMatrix2D
-