Matrix<T>.Get Cholesky Decomposition Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Returns the Cholesky decomposition of the matrix. |
Get | Returns the Cholesky decomposition of the matrix. |
GetCholeskyDecomposition
Returns the Cholesky decomposition of the matrix.
public CholeskyDecomposition<T> GetCholeskyDecomposition()
Return Value
CholeskyDecomposition<T>An CholeskyDecomposition<T> object that represents the Cholesky decomposition of the matrix.
GetCholeskyDecomposition(Boolean)
Returns the Cholesky decomposition of the matrix.
public virtual CholeskyDecomposition<T> GetCholeskyDecomposition(
bool overwriteMatrix
)
Parameters
- overwriteMatrix Boolean
- A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
Return Value
CholeskyDecomposition<T>An CholeskyDecomposition<T> object that represents the Cholesky decomposition of the matrix.