For a list of all members of this type, see LU members.
| Name | Description | |
|---|---|---|
| Cols | Gets the number of columns of the matrix that is represented by the factorization. | |
| IsSingular | Gets a Boolean value indicating whether the LU factorization represents a singular matrix. | |
| L | Gets the L factor, the lower triangular part of the LU factorization. | |
| P | Gets the P factor, the permutation matrix of the LU factorization. | |
| Rows | Gets the number of rows of the matrix that is represented by the factorization. | |
| U | Gets the U factor, the upper triangular part of the LU factorization. |