The LU type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Condition |
Return an estimate of the reciprocal of the L1 condition number of a
matrix.
|
![]() | Determinant |
Return the determinant of the matrix used to construct this instance.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetL |
Returns the lower triangular portion of the LU
factorization of a.
|
![]() | GetPermutationMatrix |
Returns the permutation matrix which results from the
LU factorization of a.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetU |
Returns the unit upper triangular portion of the LU
factorization of a.
|
![]() | Inverse |
Returns the inverse of the matrix used to construct this instance.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | Solve | Overloaded.
Solve ax=b for x using the LU factorization of a.
|
![]() | SolveTranspose |
Return the solution x of the linear system transpose(A)x = b.
|
![]() | ToString | (Inherited from Object.) |