LU Class |
Namespace: FinMath.LinearAlgebra.Factorizations
[SerializableAttribute] public class LU : ISolver
The LU type exposes the following members.
Name | Description | |
---|---|---|
![]() | LU |
Initializes an instance of the LU factorization.
|
![]() | LU(Matrix) |
Initializes an instance of the LU factorization
of the given matrix.
|
Name | Description | |
---|---|---|
![]() | ConditionNumber |
Computes condition number of LU-factorized matrix.
|
![]() | Determinant |
Computes the determinant of the matrix.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInverse |
Computes the inverse matrix.
|
![]() | GetInverse(Matrix) |
Computes the inverse matrix.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InverseRowPermutation |
Computes the inverse permutation.
|
![]() | IsSingular |
Returns the boolean flag that indicates whether the matrix is singular.
|
![]() | L |
Computes the lower triangular matrix with unit diagonal elements.
|
![]() | P |
Computes the permutation matrix.
|
![]() | RowPermutation |
Computes the permutation.
|
![]() | Solve(Matrix) |
Solves a system of linear equations, AX = B.
|
![]() | Solve(Vector) |
Solves a system of linear equations, Ax = b |
![]() | Solve(Matrix, Matrix) |
Solves a system of linear equations, AX = B.
|
![]() | Solve(Vector, Vector) |
Solves a system of linear equations, Ax = b.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | U |
Computes the upper triangular matrix.
|
![]() | Update |
Computes LU factorization of the given matrix.
|