SingularValueContributorCollectionItem Property

Gets the singular value contributor with the given index.

Definition

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public SingularValueContributor this[
	int index
] { get; }

Parameters

index  Int32
The (zero-based) index.

Return Value

SingularValueContributor
The singular value contributor with the given index.

Implements

IReadOnlyListTItemInt32

Remarks

More significant singular values have lower indexes. The most significant singular value with have index 0.

See Also