Click or drag to resize

EigenDecomposition Class

Holds results of the Eigen decomposition of a 3-by-3 matrix.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CoordinatesEigenDecomposition

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class EigenDecomposition : IEquatable<EigenDecomposition>

The EigenDecomposition type exposes the following members.

Constructors
  NameDescription
Public methodEigenDecomposition
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyValues
Gets the 3-by-3 matrix where the diagonal elements of the matrix hold the eigenvalues.
Public propertyVectors
Gets the 3-by-3 matrix where the columns of the matrix hold the eigenvectors.
Top
Methods
  NameDescription
Public methodEquals(EigenDecomposition)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also