base.rpdgesvd {pbdBASE}R Documentation

rpdgesvd

Description

SVD.

Usage

base.rpdgesvd(jobu, jobvt, m, n, a, desca, descu, descvt, ...,
  inplace = FALSE, comm = .pbd_env$SPMD.CT$comm)

Arguments

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.

Details

For advanced users only.


[Package pbdBASE version 0.5-0 Index]