ddmatrix-lu: LU Factorization
Description
LU factorization for distributed matrices with R-like syntax, with
calculations performed by the PBLAS and ScaLAPACK libraries.
Usage
# S4 method for ddmatrix
lu(x)
Arguments
x
numeric distributed matrices.
Value
lu()
performs LU factorization.
Details
Extensions of R linear algebra functions.