Click or drag to resize

FloatEigDecompServer(Boolean, Boolean, BalanceOption) Constructor

Constructs a FloatEigDecompServer with the specified options.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatEigDecompServer(
	bool computeLeftVectors,
	bool computeRightVectors,
	BalanceOption balance
)

Parameters

computeLeftVectors  Boolean
Set to true if left eigenvectors are desired.
computeRightVectors  Boolean
Set to true if right eigenvectors are desired.
balance  BalanceOption
The preliminary balance option. Values are given in the BalanceOption enumeration: None, Scale, Permute, Both.
See Also