The fields of the SingularValueDecomposition class are listed below. For a complete list of SingularValueDecomposition class members, see the SingularValueDecomposition Members topic.
Private Instance Fields
m | Row and column dimensions. @serial row dimension. @serial column dimension. |
n | Row and column dimensions. @serial row dimension. @serial column dimension. |
s | Array for internal storage of singular values. @serial internal storage of singular values. |
U | Arrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V. |
V | Arrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V. |