Eigenvalue decomposition for distributed matrices with R-like syntax, with calculations performed by the PBLAS and ScaLAPACK libraries.
# S4 method for ddmatrix
eigen(x, symmetric, only.values = FALSE,
EISPACK = FALSE)
numeric distributed matrices.
logical, if TRUE
then the matrix is assumed to be
symmetric and only the lower triangle is used. Otherwise x
is
inspected for symmetry.
logical, if TRUE
then only the eigenvalues are
returned. Otherwise both eigenvalues and eigenvectors are returned.
Ignored.
eigen()
computes the eigenvalues, and eigenvectors if requested. As
Extensions of R linear algebra functions.