Returns the Cholesky decomposition of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override CholeskyDecomposition<T> GetCholeskyDecomposition(
bool overwriteMatrix
)
Public Overrides Function GetCholeskyDecomposition (
overwriteMatrix As Boolean
) As CholeskyDecomposition(Of T)
public:
virtual CholeskyDecomposition<T>^ GetCholeskyDecomposition(
bool overwriteMatrix
) override
abstract GetCholeskyDecomposition :
overwriteMatrix : bool -> CholeskyDecomposition<'T>
override GetCholeskyDecomposition :
overwriteMatrix : bool -> CholeskyDecomposition<'T>
Parameters
- overwriteMatrix
- Type: SystemBoolean
A boolean value that indicates
whether the contents of the matrix may be overwritten by
the decomposition.
Return Value
Type:
CholeskyDecompositionTAn
CholeskyDecompositionT object that represents
the Cholesky decomposition of the matrix.
Numerical Libraries
Supported in: 6.0
Reference