ddmatrix-eigen {pbdDMAT} | R Documentation |
Eigenvalue decomposition for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.
## S4 method for signature 'ddmatrix' eigen(x, symmetric, only.values = FALSE, EISPACK = FALSE)
x |
numeric distributed matrices. |
symmetric |
logical, if |
only.values |
logical, if |
EISPACK |
Ignored. |
Extensions of R linear algebra functions.
eigen()
computes the eigenvalues, and eigenvectors if requested. As