Uses of Interface
org.ujmp.core.calculation.MtimesCalculation
-
Packages that use MtimesCalculation Package Description org.ujmp.core org.ujmp.core.calculation org.ujmp.jblas.calculation -
-
Uses of MtimesCalculation in org.ujmp.core
Fields in org.ujmp.core declared as MtimesCalculation Modifier and Type Field Description static MtimesCalculation<Matrix,Matrix,Matrix>
Matrix. mtimes
-
Uses of MtimesCalculation in org.ujmp.core.calculation
Classes in org.ujmp.core.calculation that implement MtimesCalculation Modifier and Type Class Description (package private) class
MtimesDenseDoubleMatrix2D
Contains matrix multiplication methods for different matrix implementations(package private) class
MtimesDenseMatrix
(package private) class
MtimesDenseMatrix2D
(package private) class
MtimesMatrix
(package private) class
MtimesSparseMatrix1
(package private) class
MtimesSparseMatrix2
(package private) class
MtimesSparseMatrixBoth
Fields in org.ujmp.core.calculation declared as MtimesCalculation Modifier and Type Field Description static MtimesCalculation<DenseDoubleMatrix2D,DenseDoubleMatrix2D,DenseDoubleMatrix2D>
Mtimes. DENSEDOUBLEMATRIX2D
static MtimesCalculation<DenseMatrix,DenseMatrix,DenseMatrix>
Mtimes. DENSEMATRIX
static MtimesCalculation<DenseMatrix2D,DenseMatrix2D,DenseMatrix2D>
Mtimes. DENSEMATRIX2D
static MtimesCalculation<Matrix,Matrix,Matrix>
Mtimes. MATRIX
static MtimesCalculation<Matrix,Matrix,Matrix>
Mtimes. MTIMES_JBLAS
static MtimesCalculation<SparseMatrix,Matrix,Matrix>
Mtimes. SPARSEMATRIX1
static MtimesCalculation<Matrix,SparseMatrix,Matrix>
Mtimes. SPARSEMATRIX2
static MtimesCalculation<SparseMatrix,SparseMatrix,Matrix>
Mtimes. SPARSEMATRIXBOTH
-
Uses of MtimesCalculation in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement MtimesCalculation Modifier and Type Class Description class
Mtimes
-