| CholeskyDecompositionF Constructor |
Creates the Cholesky decomposition of the given matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public CholeskyDecompositionF(
MatrixF matrixA
)
Public Sub New (
matrixA As MatrixF
)
public:
CholeskyDecompositionF(
MatrixF^ matrixA
)
new :
matrixA : MatrixF -> CholeskyDecompositionF
Parameters
- matrixA
- Type: DigitalRune.Mathematics.AlgebraMatrixF
The square matrix A.
Exceptions See Also