ddmatrix-chol: Cholesky Factorization

Description Usage Arguments Details Value

Description

Cholesky factorization for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.

Usage

1
2
## S4 method for signature 'ddmatrix'
chol(x)

Arguments

x

numeric distributed matrices.

...

Ignored.

Details

Extensions of R linear algebra functions.

Value

chol() performs Cholesky factorization.


pbdDMAT documentation built on May 1, 2019, 6:34 p.m.