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


The following tables list the members exposed by CSVD.

Public Constructors

 NameDescription
public ConstructorCSVD ConstructorOverloaded. Initializes a new instance of the CSVD class computing the Singular Value Decomposition (SVD) of a general complex matrix.  
Top

Public Properties

 NameDescription
public PropertySReturns the S 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 Hermitian transpose (adjoin) of the V part of the singular value decomposition.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the CSVD 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