Click or drag to resize

SingularValueContributorCollection Class

Contains all the terms contributing to the singular value decomposition of a matrix.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.MatricesSingularValueContributorCollection

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class SingularValueContributorCollection : IReadOnlyList<SingularValueContributor>, 
	IReadOnlyCollection<SingularValueContributor>, IEnumerable<SingularValueContributor>, IEnumerable

The SingularValueContributorCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of singular value contributors.
Public propertyItem
Gets the singular value contributor with the given index.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also