Cholesky factorization for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.
# S4 method for ddmatrix
chol(x)
numeric distributed matrices.
Ignored.
chol()
performs Cholesky factorization.
Extensions of R linear algebra functions.