| Exception | Description |
|---|---|
| MatrixAccessException |
This is the runtime exception thrown when trying to access an invalid entry in a matrix, e.g., A[0, 0].
|
| MatrixMismatchException |
This is the runtime exception thrown when an operation acts on matrices that have incompatible dimensions.
|
| MatrixSingularityException |
This is the runtime exception thrown when an operation acts on a singular matrix, e.g., applying LU decomposition to a singular matrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.