Returns the Cholesky decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual CholeskyDecomposition<T> GetCholeskyDecomposition(
bool overwriteMatrix
)
Public Overridable Function GetCholeskyDecomposition (
overwriteMatrix As Boolean
) As CholeskyDecomposition(Of T)
public:
virtual CholeskyDecomposition<T>^ GetCholeskyDecomposition(
bool overwriteMatrix
)
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.
Reference