Returns the Cholesky decomposition of the matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual ComplexCholeskyDecomposition GetCholeskyDecomposition(
bool overwriteMatrix
)
Public Overridable Function GetCholeskyDecomposition (
overwriteMatrix As Boolean
) As ComplexCholeskyDecomposition
public:
virtual ComplexCholeskyDecomposition^ GetCholeskyDecomposition(
bool overwriteMatrix
)
abstract GetCholeskyDecomposition :
overwriteMatrix : bool -> ComplexCholeskyDecomposition
override GetCholeskyDecomposition :
overwriteMatrix : bool -> ComplexCholeskyDecomposition
Parameters
- overwriteMatrix
- Type: SystemBoolean
A boolean value that indicates
whether the contents of the matrix may be overwritten by
the decomposition.
Return Value
Type:
ComplexCholeskyDecompositionAn
CholeskyDecomposition object that represents
the Cholesky decomposition of the matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference