All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description DoubleArray2DChecker Utility class for validating 2D array-related parameters.IllegalMatrixSizeException Thrown when attempting to perform matrix operations with matrices that do not conform to the sizes requirements of the operation.InvalidIndexException Thrown when attempting to retrieve an entry at specified indices of a matrix, but the given indices are out of range.JMatrixBaseException Base exception class for all JMatrix exceptions.JMErrorCode TheJMErrorCode
enum represents error codes for various error conditions that can occur within a JMatrix library.Matrix The Matrix class represents a two-dimensional (2D) array ofdouble
s.MatrixArrayFullException Deprecated. This exception is deprecated because it contradicts the principles of linear algebra.MatrixChecker Utility class for validating matrix-related parameters.MatrixDeterminant This interface provides methods for calculating the determinant of a matrix using various algorithms.MatrixUtils Utility interface for matrix operations and other utilities.NullMatrixException Thrown when an operation is attempted on uninitialized matrices.