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; }
Public ReadOnly Default Property Item (
index As Integer
) As SingularValueContributor
Get
public:
virtual property SingularValueContributor^ default[int index] {
SingularValueContributor^ get (int index) sealed;
}
abstract Item : SingularValueContributor with get
override Item : SingularValueContributor with get
Parameters
- index
- Type: SystemInt32
The (zero-based) index.
Return Value
Type:
SingularValueContributorThe singular value contributor with the given index.
Implements
IReadOnlyListTItemInt32Remarks More significant singular values have lower indexes. The most significant singular
value with have index 0.
See Also