Click or drag to resize

FloatEigDecompServer Class

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.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreFloatEigDecompServer

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class FloatEigDecompServer : ICloneable

The FloatEigDecompServer type exposes the following members.

Constructors
 NameDescription
Public methodFloatEigDecompServer Default constructor. Creates a FloatEigDecompServer instance that does preliminary balancing and computes both left and right eigenvectors.
Public methodFloatEigDecompServer(Boolean, Boolean, BalanceOption) Constructs a FloatEigDecompServer with the specified options.
Top
Properties
 NameDescription
Public propertyBalance Gets and sets the balance option.
Public propertyComputeLeftVectors Gets and sets a boolean value indicating whether or not left eigenvectors should be computed.
Public propertyComputeRightVectors Gets and sets a boolean value indicating whether or not right eigenvectors should be computed.
Top
Methods
 NameDescription
Public methodClone Create a deep copy of this eigenvalue decomposition server.
Public methodFactor Computes an eigenvalue decomposition for the given square matrix.
Top
See Also