Package: bigalgebra Type: Package Title: 'BLAS' and 'LAPACK' Routines for Native R Matrices and 'big.matrix' Objects Version: 1.1.1 Date: 2023-12-08 Depends: bigmemory (>= 4.0.0) Imports: methods LinkingTo: bigmemory, BH, Rcpp Authors@R: c( person(given = "Frederic", family= "Bertrand", role = c("cre", "ctb"), email = "frederic.bertrand@utt.fr", comment = c(ORCID = "0000-0002-0837-8281")), person(given = "Michael J.", family= "Kane", role = c("aut")), person(given = "Bryan", family= "Lewis", role = c("aut")), person(given = "John W.", family= "Emerson", role = c("aut"))) Author: Frederic Bertrand [cre, ctb] (), Michael J. Kane [aut], Bryan Lewis [aut], John W. Emerson [aut] Maintainer: Frederic Bertrand Description: Provides arithmetic functions for R matrix and 'big.matrix' objects as well as functions for QR factorization, Cholesky factorization, General eigenvalue, and Singular value decomposition (SVD). A method matrix multiplication and an arithmetic method -for matrix addition, matrix difference- allows for mixed type operation -a matrix class object and a big.matrix class object- and pure type operation for two big.matrix class objects. License: LGPL-3 | Apache License 2.0 Encoding: UTF-8 Copyright: (C) 2014 Michael J. Kane, Bryan Lewis, and John W. Emerson LazyLoad: yes NeedsCompilation: yes RoxygenNote: 7.2.3 URL: https://fbertran.github.io/bigalgebra/, https://github.com/fbertran/bigalgebra/ BugReports: https://github.com/fbertran/bigalgebra/issues/ Packaged: 2023-12-09 20:27:39 UTC; fbertran Repository: CRAN Date/Publication: 2023-12-09 20:40:02 UTC