SingularValueDecomposition Members
From DotNetMatrix
SingularValueDecomposition overview
Public Instance Constructors
|
|
Construct the singular value decomposition |
Public Instance Properties
| Return the diagonal matrix of singular values | |
| Return the one-dimensional array of singular values |
Public Instance Methods
| Two norm condition number | |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Return the left singular vectors | |
| Return the right singular vectors | |
| Two norm | |
| Effective numerical matrix rank | |
| Returns a String that represents the current Object. |
Private Instance Fields
| Row and column dimensions. @serial row dimension. @serial column dimension. | |
| Row and column dimensions. @serial row dimension. @serial column dimension. | |
| Array for internal storage of singular values. @serial internal storage of singular values. | |
| Arrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V. | |
| Arrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V. |