Click or drag to resize

DoubleEigDecompServer Class

Class DoubleEigDecompServer 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.CoreDoubleEigDecompServer

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

The DoubleEigDecompServer type exposes the following members.

Constructors
 NameDescription
Public methodDoubleEigDecompServer Default constructor. Creates a DoubleEigDecompServer instance that does preliminary balancing and computes both left and right eigenvectors.
Public methodDoubleEigDecompServer(Boolean, Boolean, BalanceOption) Constructs a DoubleEigDecompServer 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