| base.rpdgesvd {pbdBASE} | R Documentation |
SVD.
base.rpdgesvd(jobu, jobvt, m, n, a, desca, descu, descvt, ..., inplace = FALSE)
jobu, jobvt |
Control for u/vt return. |
m, n |
Problem size. |
a |
Matrix. |
desca, descu, descvt |
ScaLAPACK descriptor array. |
... |
Ignored |
inplace |
Should the computation be done in-place or not. For REALLY advanced users only. |
For advanced users only.