Class DoubleComplexEigDecompServer creates eigenvalue decompositions. A server instance can be configured to perform preliminary balancing, and to compute left eigenvectors, right eigenvectors, both, or neither.

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

Syntax

C#
[SerializableAttribute]
public class DoubleComplexEigDecompServer : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleComplexEigDecompServer _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class DoubleComplexEigDecompServer : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.DoubleComplexEigDecompServer

See Also