Click or drag to resize

ComplexEigenpairCollectionItem Property

Gets the eigenpair with the given index.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ComplexEigenpair this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: ComplexEigenpair
The eignepair with the given index.

Implements

IReadOnlyListTItemInt32
See Also