Click or drag to resize

FloatComplexQRDecompFactor Method

Builds a decomposition for the matrix A.

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

Parameters

A  FloatComplexMatrix
A matrix.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the matrix contains any NaN values.
See Also