RealEigenpairCollection Class |
Contains real-valued eigenvalues and eigenvectors of a matrix.
Inheritance Hierarchy
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public sealed class RealEigenpairCollection : IEnumerable,
IEnumerable<RealEigenpair>, IReadOnlyCollection<RealEigenpair>, IReadOnlyList<RealEigenpair>
Public NotInheritable Class RealEigenpairCollection
Implements IEnumerable, IEnumerable(Of RealEigenpair),
IReadOnlyCollection(Of RealEigenpair), IReadOnlyList(Of RealEigenpair)
public ref class RealEigenpairCollection sealed : IEnumerable,
IEnumerable<RealEigenpair^>, IReadOnlyCollection<RealEigenpair^>, IReadOnlyList<RealEigenpair^>
[<SealedAttribute>]
type RealEigenpairCollection =
class
interface IEnumerable
interface IEnumerable<RealEigenpair>
interface IReadOnlyCollection<RealEigenpair>
interface IReadOnlyList<RealEigenpair>
end
The RealEigenpairCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Gets the number of eigenpairs in the collection.
|
| Item |
Gets the eigenpair with the given index.
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Sort |
Sort the eigenpairs by eigenvalue as specified.
|
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also