For a list of all members of this type, see CLU members.
| Name | Description | |
|---|---|---|
| Determinant | Returns the determinant of a square complex matrix using its LU factorization. | |
| Dispose | Releases all the resources used by the CLU object. | |
| GetPivots | Gets an array of integers containing the pivot indices. | |
| Inverse | Returns the inverse of a square complex matrix using its LU factorization. | |
| Solve | Solves a system of linear equations with multiple right hands using the LU factorization of a general complex matrix. |