Package org.flag4j.linalg


package org.flag4j.linalg
General purpose linear algebra operations including condition number evaluations, eigenvalue/eigenvector computations, matrix inversion, and subspace analysis.
  • Classes
    Class
    Description
    Utility class for computing the condition number of a matrix.
    Utility class for commuting the direct sum of two matrices.
    This class provides several methods useful for computing eigenvalues and eigenvectors.
    This class provides methods for computing the inverse of a matrix.
    A utility class providing a range of matrix norm computations for both real and complex matrices.
    Utility class for checking the positive-(semi-)definiteness of a real or complex matrix.
    This class contains static methods for computing row echelon, reduced row echelon, and extended reduced row echelon forms of a matrix.
    This class contains several methods for computing the subspace of a matrix.
    This utility class provides static methods for computing the 'inverse' of a tensor with respect to some tensor dot product operation.
    A utility class for computing vector norms, including various types of \( \ell ^{p} \) norms, with support for both dense and sparse vectors.