Package: bigalgebra Type: Package Title: 'BLAS' and 'LAPACK' Routines for Native R Matrices and 'big.matrix' Objects Version: 3.1.0 Date: 2026-03-10 Depends: bigmemory (>= 4.0.0) Imports: methods Suggests: knitr, rmarkdown, testthat (>= 3.0.0) LinkingTo: bigmemory, BH, Rcpp Authors@R: c( person(given = "Frederic", family= "Bertrand", role = c("cre", "aut"), email = "frederic.bertrand@lecnam.net", 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, aut] (), 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.3.3 URL: https://fbertran.github.io/bigalgebra/, https://github.com/fbertran/bigalgebra BugReports: https://github.com/fbertran/bigalgebra/issues VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://fbertran.r-universe.dev Date/Publication: 2026-03-24 11:52:37 UTC RemoteUrl: https://github.com/fbertran/bigalgebra RemoteRef: HEAD RemoteSha: a7892947cc010af8a28ffe354e431041091c29e8 Packaged: 2026-06-24 00:43:15 UTC; root