Click or drag to resize

FloatComplexLUFact Methods

The FloatComplexLUFact type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this factorization.
Public methodConditionNumber Computes the reciprocal of the condition number of a given matrix in the specified norm type.
Public methodDeterminant Computes the determinant of the factored matrix.
Public methodFactor Factors the matrix A so that self represents the LU factorization of A.
Public methodInverse Computes the inverse of the factored matrix.
Public methodSolve(FloatComplexMatrix) Uses this LU factorization to solve the linear system AX = B.
Public methodSolve(FloatComplexVector) Uses the LU factorization of self to solve the linear system Ax = b.
Top
See Also