Uses of Interface
org.ujmp.core.numbermatrix.factory.DenseNumberMatrixMultiDFactory
-
Packages that use DenseNumberMatrixMultiDFactory Package Description org.ujmp.core.doublematrix.factory org.ujmp.core.numbermatrix.factory -
-
Uses of DenseNumberMatrixMultiDFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of DenseNumberMatrixMultiDFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
interface
DoubleMatrixFactory<T extends DoubleMatrix>
Classes in org.ujmp.core.doublematrix.factory that implement DenseNumberMatrixMultiDFactory Modifier and Type Class Description class
AbstractDenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
class
DefaultDenseDoubleMatrixMultiDFactory
-
Uses of DenseNumberMatrixMultiDFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of DenseNumberMatrixMultiDFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
NumberMatrixFactory<T extends NumberMatrix<?>>
-