Uses of Interface
dev.nm.algebra.linear.matrix.doubles.matrixtype.mathoperation.MatrixMathOperation
-
Packages that use MatrixMathOperation Package Description dev.nm.algebra.linear.matrix.doubles.matrixtype.mathoperation -
-
Uses of MatrixMathOperation in dev.nm.algebra.linear.matrix.doubles.matrixtype.mathoperation
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.mathoperation that implement MatrixMathOperation Modifier and Type Class Description class
AutoParallelMatrixMathOperation
This class usesParallelMatrixMathOperation
when the first input matrix argument's size is greater than the defined threshold; otherwise, it usesSimpleMatrixMathOperation
.class
SimpleMatrixMathOperation
This is a generic, single-threaded implementation of matrix math operations.
-