base.rpdgesvd {pbdBASE} | R Documentation |
SVD.
base.rpdgesvd(jobu, jobvt, m, n, a, desca, descu, descvt, ..., inplace = FALSE, comm = .pbd_env$SPMD.CT$comm)
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. |
comm |
An MPI (not BLACS) communicator. |
For advanced users only.