Click or drag to resize
DigitalRuneCholeskyDecompositionF Constructor
Creates the Cholesky decomposition of the given matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public CholeskyDecompositionF(
	MatrixF matrixA
)

Parameters

matrixA
Type: DigitalRune.Mathematics.AlgebraMatrixF
The square matrix A.
Exceptions
ExceptionCondition
ArgumentNullExceptionmatrixA is .
See Also