Solving linear systems and matrix inversion for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.
# S4 method for ddmatrix,ANY
solve(a)# S4 method for ddmatrix,ddmatrix
solve(a, b)
numeric distributed matrices. Here, a
and b
must be on the same BLACS context and have the same blocking
dimension.
solve()
solves systems and performs matrix inversion when argument
b=
is missing.
Extensions of R linear algebra functions.