Click or drag to resize

DoubleComplexQRDecomp(DoubleComplexMatrix) Constructor

Constructs a DoubleComplexQRDecomp instance of a given matrix.

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

Parameters

A  DoubleComplexMatrix
A matrix to factor.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the matrix contains any NaN values.
Remarks
By default, pivoting is done so that the entries along the diagonal of R are non-increasing.
See Also