CADability dotNET
The LUDecomposition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LUDecomposition | LU Decomposition |
Methods
| Name | Description | |
|---|---|---|
| Determinant | Determinant | |
| Solve | Solve A*X = B |
Properties
| Name | Description | |
|---|---|---|
| DoublePivot | Returns pivot permutation vector as a one-dimensional double array. | |
| IsNonSingular | Indicates whether the matrix is nonsingular. | |
| L | Gets lower triangular factor. | |
| Pivot | Gets pivot permutation vector | |
| U | Gets upper triangular factor. |