Class FloatSymEigDecompServer 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.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class FloatSymEigDecompServer : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class FloatSymEigDecompServer _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FloatSymEigDecompServer : ICloneable |