Click or drag to resize

RealEigenpairCollectionItem 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 RealEigenpair this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The (zero-based) index.

Return Value

Type: RealEigenpair
The eigenpair with the given index.

Implements

IReadOnlyListTItemInt32
See Also