Click or drag to resize

SingularValueContributorCollectionItem Property

Gets the singular value contributor with the given index.

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

Parameters

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

Return Value

Type: 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