Click or drag to resize

FloatComplexCholeskyLeastSq(FloatComplexMatrix) Constructor

Constructs a FloatComplexCholeskyLeastSq instance from the given matrix.

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

Parameters

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