Click or drag to resize

IFactorRotationRotate Method

Computes the matrix of rotated factors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
DoubleMatrix Rotate(
	DoubleMatrix factors
)

Parameters

factors  DoubleMatrix
Matrix whose columns contain the factors to be rotated.

Return Value

DoubleMatrix
A matrix whose columns contain the rotated factors.
See Also