MatrixObject.MatrixCholeskyDecomposition
This function performs a Cholesky Decomposition on the upper diagonal of Matrix and places in MatrixResult.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixCholeskyDecomposition( _
Matrix As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double() |
Integer |