Click or drag to resize

DoubleComplexCholeskyLeastSq(DoubleComplexMatrix) Constructor

Constructs a DoubleComplexCholeskyLeastSq instance from the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexCholeskyLeastSq(
	DoubleComplexMatrix A
)

Parameters

A  DoubleComplexMatrix
A matrix
Remarks
For the Cholesky least squares method to succeed, matrix A must have full rank.
See Also