LU Properties |
The LU type exposes the following members.
| Name | Description | |
|---|---|---|
| Cols | Gets the number of columns. | |
| Item | Gets the value at a single cell. | |
| L | Gets the L part of the decomposition. | |
| Perm | Gets the permutation vector. | |
| Rows | Gets the number of rows. | |
| Size | Gets the dimension of the LU decomposition. | |
| U | Gets the U part of the decomposition. |