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
Public NotInheritable Class SingularValueContributorCollection
Implements IReadOnlyList(Of SingularValueContributor), IReadOnlyCollection(Of SingularValueContributor),
IEnumerable(Of SingularValueContributor), IEnumerable
public ref class SingularValueContributorCollection sealed : IReadOnlyList<SingularValueContributor^>,
IReadOnlyCollection<SingularValueContributor^>, IEnumerable<SingularValueContributor^>, IEnumerable
[<SealedAttribute>]
type SingularValueContributorCollection =
class
interface IReadOnlyList<SingularValueContributor>
interface IReadOnlyCollection<SingularValueContributor>
interface IEnumerable<SingularValueContributor>
interface IEnumerable
end
The SingularValueContributorCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Gets the number of singular value contributors.
|
| Item |
Gets the singular value contributor with the given index.
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also