Package org.flag4j.linalg.decompositions.lu


package org.flag4j.linalg.decompositions.lu
Provides implementations of the LU decomposition for real, complex, and field matrices.
  • Class
    Description
    Instances of this class can be used to compute the LU decomposition of a complex dense matrix.
    FieldLU<T extends Field<T>>
    Instances of this class can be used to compute the LU decomposition of a complex dense matrix.
    LU<T extends MatrixMixin<T,?,?,?>>
    An abstract base class for LU decomposition of a matrix.
    Simple enum containing pivoting options for pivoting in LU decomposition.
    Instances of this class can be used to compute the LU decomposition of a real dense matrix.