WoodburyMatrix
Overview
WoodburyMatrix is an R package that provides 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. It 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.
Installation
The package is currently available only on GitHub, and can be installed with
devtools::install_github('mbertolacci/WoodburyMatrix')
Submission to CRAN is anticipated shortly.
Using the package
An overview of the related mathematics and instructions on using the package are provided on the package website.
Getting help
If you find a bug or have suggestions for features, please file an issue on GitHub. Otherwise, if you need help, feel free to drop the author an email.