Package: bigalgebra
Type: Package
Title: 'BLAS' and 'LAPACK' Routines for Native R Matrices and
        'big.matrix' Objects
Version: 3.0.0
Date: 2025-10-05
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] (ORCID:
    <https://orcid.org/0000-0002-0837-8281>),
  Michael J. Kane [aut],
  Bryan Lewis [aut],
  John W. Emerson [aut]
Maintainer: Frederic Bertrand <frederic.bertrand@lecnam.net>
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
Packaged: 2025-10-05 14:30:23 UTC; bertran7
Repository: CRAN
Date/Publication: 2025-10-05 15:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 03:14:28 UTC; windows
Archs: x64
