The following tables list the members exposed by Cholesky.
| Name | Description | |
|---|---|---|
| Cholesky Constructor | Initializes a new instance of the Cholesky class computing the Cholesky factorization of a real symmetric positive-definite matrix. |
| Name | Description | |
|---|---|---|
| L | Gets the factor L, the lower triangular part of the Cholesky factorization. | |
| Size | Gets the size of the matrix that is represented by the factorization. | |
| Succeeded | Indicates whether the Cholesky factorization succeeded and has reached completion. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all the resources used by the Cholesky object. | |
| Inverse | Returns the inverse of a real symmetric positive-definite matrix using its Cholesky factorization. | |
| Solve | Solves a system of linear equations using the Cholesky factorization of a real symmetric positive-definite matrix. |