ddmatrix-lu {pbdDMAT} | R Documentation |
LU factorization for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.
## S4 method for signature 'ddmatrix' lu(x)
x |
numeric distributed matrices. |
Extensions of R linear algebra functions.
lu()
performs LU factorization.