Namespace Chippyash\Math\Matrix\Exceptions
| ComputationException | Base computation exception Extend to create specific exceptions |
| MathMatrixException | Base package exception Extend to create specific exceptions |
| NoInverseException | No inverse can be found for a matrix |
| NotMarkovException | Base package exception Extend to create specific exceptions |
| SingularMatrixException | Matrix is singular |
| UndefinedComputationException | Computation for the matrix operand types is undefined |