Package dev.nm.algebra.linear.matrix.doubles.matrixtype.mathoperation
-
Interface Summary Interface Description MatrixMathOperation This interface defines some standard operations for generic matrices. -
Class Summary Class Description AutoParallelMatrixMathOperation This class usesParallelMatrixMathOperation
when the first input matrix argument's size is greater than the defined threshold; otherwise, it usesSimpleMatrixMathOperation
.SimpleMatrixMathOperation This is a generic, single-threaded implementation of matrix math operations.