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


The following tables list the members exposed by SparseSVD.

Public Constructors

 NameDescription
public ConstructorSparseSVD ConstructorCreates a new instance of the SparseSVD class computing the specified number of singular values and singular vectors.  
Top

Public Properties

 NameDescription
public PropertySReturns a Matrix containing the computed singular values in its diagonal.  
public PropertyUReturns the computed left singular vectors.  
public PropertyVReturns the computed right singular vectors.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the SparseSVD object.  
Top

See Also

.NET Matrix Library