Class FloatEigDecompServer 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 FloatEigDecompServer : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FloatEigDecompServer _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatEigDecompServer : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.FloatEigDecompServer

See Also