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 classAutoParallelMatrixMathOperationThis class usesParallelMatrixMathOperationwhen the first input matrix argument's size is greater than the defined threshold; otherwise, it usesSimpleMatrixMathOperation.classSimpleMatrixMathOperationThis is a generic, single-threaded implementation of matrix math operations.
-