ComplexEigenpairCollection Class |
Contains a collection of complex eigenvalues and eigenvectors.
Inheritance Hierarchy SystemObject Meta.Numerics.MatricesComplexEigenpairCollection
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public sealed class ComplexEigenpairCollection : IEnumerable,
IEnumerable<ComplexEigenpair>, IReadOnlyCollection<ComplexEigenpair>, IReadOnlyList<ComplexEigenpair>
Public NotInheritable Class ComplexEigenpairCollection
Implements IEnumerable, IEnumerable(Of ComplexEigenpair),
IReadOnlyCollection(Of ComplexEigenpair), IReadOnlyList(Of ComplexEigenpair)
public ref class ComplexEigenpairCollection sealed : IEnumerable,
IEnumerable<ComplexEigenpair^>, IReadOnlyCollection<ComplexEigenpair^>, IReadOnlyList<ComplexEigenpair^>
[<SealedAttribute>]
type ComplexEigenpairCollection =
class
interface IEnumerable
interface IEnumerable<ComplexEigenpair>
interface IReadOnlyCollection<ComplexEigenpair>
interface IReadOnlyList<ComplexEigenpair>
end
The ComplexEigenpairCollection 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.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also