LU Methods |
The LU type exposes the following members.
Name | Description | |
---|---|---|
Condition |
Return an estimate of the reciprocal of the
condition number of a matrix.
| |
Determinant |
Return the determinant of the matrix used to construct this instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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(Double) |
Solve Ax = b for x using the LU factorization of A,
where A is the input matrix a.
| |
Solve(Double, Double) |
Solve Ax = b for x using the LU factorization of A.
| |
SolveTranspose |
Return the solution x of the linear system
.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |