Click or drag to resize

DoubleComplexQRDecompServerGetDecomp Method

Computes a QR decomposition of a given matrix.

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

Parameters

A  DoubleComplexMatrix
A matrix.

Return Value

DoubleComplexQRDecomp
A QR decomposition of A.
See Also