Click or drag to resize

DoubleQRDecompServerGetDecomp(DoubleMatrix) Method

Computes a QR decomposition of the given matrix.

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

Parameters

A  DoubleMatrix
A matrix.

Return Value

DoubleQRDecomp
A QR decomposition of A.
See Also