Package: PRIMME
Type: Package
Title: Eigenvalues and Singular Values and Vectors from Large Matrices
Version: 3.1-3
Date: 2020-10-20
Authors@R: c(person("Eloy", "Romero", role=c("aut", "cre"), email="eloy@cs.wm.edu"),
             person("Andreas", "Stathopoulos", role="aut", email="andreas@cs.wm.edu"),
             person("Lingfei", "Wu", role="aut", email="wuli@us.ibm.com"),
             person("College of William & Mary", role="cph"))
Maintainer: Eloy Romero <eloy@cs.wm.edu>
Description:
    R interface to 'PRIMME' <http://www.cs.wm.edu/~andreas/software/>, a C library for computing a few
    eigenvalues and their corresponding eigenvectors of a real symmetric or complex
    Hermitian matrix, or generalized Hermitian eigenproblem.  It can also compute
    singular values and vectors of a square or rectangular matrix. 'PRIMME' finds
    largest, smallest, or interior singular/eigenvalues and can use preconditioning
    to accelerate convergence. General description of the methods are provided in the papers
    Stathopoulos (2010, <doi:10.1145/1731022.1731031>) and Wu (2017, <doi:10.1137/16M1082214>).
    See 'citation("PRIMME")' for details.
URL:
    http://www.cs.wm.edu/~andreas/software/
    https://github.com/primme/primme
BugReports: https://github.com/primme/primme/issues
Imports:
    Rcpp
LinkingTo: Rcpp, Matrix
Suggests: Matrix
SystemRequirements:
    A POSIX system. Currently Linux and OS X are known to work.
    GNU make.
NeedsCompilation: yes
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
