Click or drag to resize

DoubleSVDLeastSq Properties

The DoubleSVDLeastSq type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix.
Public propertyFail Gets the status of the singular value decomposition.
Public propertyIsGood Gets a boolean value that is true if the singular value decomposition may be used to solve least squares problems; otherwise false.
Public propertyRank Gets the numerical rank of the matrix.
Public propertyRows Gets the number of rows in the matrix.
Top
See Also