Click or drag to resize

DoubleQRDecompQx Method

Computes the inner product of the orthogonal matrix Q and s given vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Qx(
	DoubleVector x
)

Parameters

x  DoubleVector
A vector

Return Value

DoubleVector
The inner product of the orthogonal matrix Q and the vector x.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the length of x is not equal to the minimum of the number of rows and columns in the factored matrix.
See Also