Package: PRIMME
Type: Package
Title: Eigenvalues and Singular Values and Vectors from Large Matrices
Version: 3.2-4
Date: 2023-05-9
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' <https://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: https://www.cs.wm.edu/~andreas/software/
        https://github.com/primme/primme
BugReports: https://github.com/primme/primme/issues
Imports: Rcpp (>= 0.11.4)
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.2.3
Packaged: 2023-05-09 22:36:59 UTC; eromero
Author: Eloy Romero [aut, cre],
  Andreas Stathopoulos [aut],
  Lingfei Wu [aut],
  College of William & Mary [cph]
Repository: CRAN
Date/Publication: 2023-05-10 08:30:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-05-11 11:07:34 UTC; unix
Archs: PRIMME.so.dSYM
