.NET Matrix Library
SVD Class Members
See Also  Properties  Methods  Send Feedback


The following tables list the members exposed by SVD.

Public Constructors

 NameDescription
public ConstructorSVD ConstructorOverloaded. Initializes a new instance of the SVD class.  
Top

Public Properties

 NameDescription
public PropertySReturns the Σ part of the singular value decomposition.  
public PropertySingularValueGets the specified singular value.  
public PropertySingularValuesGets a vector containing all the computed singular values.  
public PropertySucceededIndicates whether the all singular values were calculated successfully.  
public PropertyUReturns the U part of the singular value decomposition.  
public PropertyVReturns the V part of the singular value decomposition.  
public PropertyVHReturns the transpose of the V part of the singular value decomposition.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the SVD object.  
public MethodPseudoInverseOverloaded. Returns the Moore-Penrose inverse (pseudoinverse) of the matrix that is represented by this singular value decomposition.  
public MethodRankOverloaded. Returns the matrix rank.  
Top

See Also

.NET Matrix Library