Class FloatHermitianEigDecompServer creates eigenvalue decompositions. A server instance can be configured to compute eigenvalues only, or both eigenvalues and eigenvectors. In addition, the server can be configured to compute only the eigenvalues in a given range. A tolerance for the convergence of the algorithm may also be specified.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.FloatHermitianEigDecompServer

See Also