Package: WoodburyMatrix
Title: Fast Matrix Operations via the Woodbury Matrix Identity
Version: 0.0.4
Authors@R: 
    person(given = "Michael",
           family = "Bertolacci",
           role = c("aut", "cre", "cph"),
           email = "m.bertolacci@gmail.com",
           comment = c(ORCID = "0000-0003-0317-5941"))
Description: A hierarchy of classes and methods for manipulating matrices formed implicitly from the sums of the inverses of other matrices, a situation commonly encountered in spatial statistics and related fields. Enables easy use of the Woodbury matrix identity and the matrix determinant lemma to allow computation (e.g., solving linear systems) without having to form the actual matrix. More information on the underlying linear algebra can be found in Harville, D. A. (1997) <doi:10.1007/b98818>.
URL: https://github.com/mbertolacci/WoodburyMatrix
BugReports: https://github.com/mbertolacci/WoodburyMatrix/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: Matrix, methods
Suggests: covr, lintr, testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-02 02:48:21 UTC; mgnb
Author: Michael Bertolacci [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-0317-5941>)
Maintainer: Michael Bertolacci <m.bertolacci@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-02 03:00:02 UTC
Built: R 4.5.2; ; 2025-11-08 03:15:37 UTC; windows
