ddmatrix-solve: Solve

Description Usage Arguments Details Value

Description

Solving linear systems and matrix inversion for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.

Usage

1
2
3
4
5
## S4 method for signature 'ddmatrix,ANY'
solve(a)

## S4 method for signature 'ddmatrix,ddmatrix'
solve(a, b)

Arguments

a, b

numeric distributed matrices. Here, a and b must be on the same BLACS context and have the same blocking dimension.

Details

Extensions of R linear algebra functions.

Value

solve() solves systems and performs matrix inversion when argument b= is missing.


RBigData/pbdDMAT documentation built on Oct. 29, 2021, 6:20 p.m.