.NET Matrix Library
CSVD Class Properties
See Also  Send Feedback


For a list of all members of this type, see CSVD members.

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

See Also

.NET Matrix Library