Package dev.nm.algebra.linear.matrix
-
Exception Summary 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.