Click or drag to resize

DoubleComplexEigDecompServer(Boolean, Boolean, BalanceOption) Constructor

Constructs a DoubleComplexEigDecompServer with the specified options.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexEigDecompServer(
	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