| Interface | Description |
|---|---|
| MatrixMathOperation |
This interface defines some standard operations for generic matrices.
|
| Class | Description |
|---|---|
| AutoParallelMatrixMathOperation |
This class uses
ParallelMatrixMathOperation when the first input matrix argument's size
is greater than the defined threshold; otherwise, it uses SimpleMatrixMathOperation. |
| SimpleMatrixMathOperation |
This is a generic, single-threaded implementation of matrix math operations.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.