Namespace Chippyash\Math\Matrix\Interfaces
| ComputatationInterface | Computation interface Computations must never modify the operands to the computation and always return a Matrix as a result. |
| DecompositionInterface | Interface for a Matrix decomposition Decompositions return n>1 products so we need additional support to access those products. |
| DerivativeInterface | Interface for a NumericMatrix derivative |
| DeterminantStrategyInterface | Interface for a Matrix determinant stratgey |
| InversionStrategyInterface | Interface for inversion strategies |
| TuningInterface | Tuning interface - gives access to, usually static properties on a class so that any objects created can be fine tuned. |