Package: RSpectra 0.16-2

Yixuan Qiu

RSpectra: Solvers for Large-Scale Eigenvalue and SVD Problems

R interface to the 'Spectra' library <https://spectralib.org/> 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. This package provides the 'eigs()' function that does the similar job as in 'Matlab', 'Octave', 'Python SciPy' and 'Julia'. It also provides the 'svds()' function to calculate the largest k singular values and corresponding singular vectors of a real matrix. The matrix to be computed on can be dense, sparse, or in the form of an operator defined by the user.

Authors:Yixuan Qiu [aut, cre], Jiali Mei [aut], Gael Guennebaud [ctb], Jitse Niesen [ctb]

RSpectra_0.16-2.tar.gz
RSpectra_0.16-2.tar.gz(r-4.5-noble)RSpectra_0.16-2.tar.gz(r-4.4-noble)
RSpectra_0.16-2.tgz(r-4.4-emscripten)RSpectra_0.16-2.tgz(r-4.3-emscripten)
RSpectra.pdf |RSpectra.html
RSpectra/json (API)
NEWS

# Install 'RSpectra' in R:
install.packages('RSpectra', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/yixuan/rspectra/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

3 exports 9.45 score 4 dependencies 394 dependents 330 scripts 82.6k downloads

Last updated 2 months agofrom:e76cfdd175. Checks:OK: 1 NOTE: 1. Indexed: no.

TargetResultDate
Doc / VignettesOKAug 18 2024
R-4.5-linux-x86_64NOTEAug 18 2024

Exports:eigseigs_symsvds

Dependencies:latticeMatrixRcppRcppEigen

Large-Scale Eigenvalue Decomposition and SVD with RSpectra

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Aug 18 2024.

Last update: 2022-04-24
Started: 2016-06-12

Readme and manuals

Help Manual

Help pageTopics
Find a Specified Number of Eigenvalues/vectors of a Square Matrixeigs eigs.dgCMatrix eigs.dgeMatrix eigs.dgRMatrix eigs.dsCMatrix eigs.dsRMatrix eigs.dsyMatrix eigs.function eigs.matrix eigs_sym eigs_sym.function
Find the Largest k Singular Values/Vectors of a Matrixsvds svds.dgCMatrix svds.dgeMatrix svds.dgRMatrix svds.dsCMatrix svds.dsRMatrix svds.dsyMatrix svds.function svds.matrix