View source: R/S3_decompositions.R
| svd | R Documentation |
S3 generic for svd(). Dispatches to svd.HDF5Matrix
for HDF5Matrix objects, and to base::svd() for all others.
svd(x, nu = min(dim(x)), nv = min(dim(x)), ...)
x |
A matrix or |
nu |
Number of left singular vectors to compute. |
nv |
Number of right singular vectors to compute. |
... |
Additional arguments passed to the method. |
Named list with components d, u, v.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.