Default constructor. Creates a DoubleEigDecompServer instance that does preliminary balancing and computes both left and right eigenvectors.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleEigDecompServer()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
DoubleEigDecompServer()

See Also