r-rspectra 0.16-2
Solvers for large-scale Eigenvalue and SVD problems
This package provides an R interface to the Spectra library for large-scale eigenvalue and SVD problems. It is typically used to compute a few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues, which is usually more efficient than eigen()
if k << n.
- Outputs:
out
- Website: https://github.com/yixuan/RSpectra
- Licenses: MPL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-rspectra 0.16-2
as follows:
guix install r-rspectra@0.16-2
Or install the latest version:
guix install r-rspectra
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.