ddmatrix-solve | R Documentation |
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 signature 'ddmatrix,ANY'
solve(a)
## S4 method for signature 'ddmatrix,ddmatrix'
solve(a, b)
a , b |
numeric distributed matrices. Here, |
Extensions of R linear algebra functions.
solve()
solves systems and performs matrix inversion when argument
b=
is missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.