Description Usage Arguments Details
"Crossproducts" SVD.
1 | linalg_cpsvd(x, s, u = NULL, vt = NULL)
|
x |
Input data. The input values are overwritten. |
s |
Singular values. |
u, vt |
The left/right singular vectors. Should both be |
Computes the approximate SVD via the eigenvalue decomposition of
crossprod(x)
if the input is tall/skinny and tcrossprod(x)
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.