Package org.flag4j.linalg.decompositions.lu
package org.flag4j.linalg.decompositions.lu
Provides implementations of the LU decomposition for real, complex, and field matrices.
-
ClassDescriptionInstances of this class can be used to compute the LU decomposition of a complex dense matrix.Instances of this class can be used to compute the LU decomposition of a complex dense matrix.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.