SingularValueDecompositionContributors Property |
Gets a collection of all the terms contributing to the singular value decomposition.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SingularValueContributorCollection Contributors { get; }
Public ReadOnly Property Contributors As SingularValueContributorCollection
Get
public:
property SingularValueContributorCollection^ Contributors {
SingularValueContributorCollection^ get ();
}
member Contributors : SingularValueContributorCollection with get
Property Value
Type:
SingularValueContributorCollectionSee Also