# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "sparseinv" in publications use:' type: software license: GPL-2.0-or-later title: 'sparseinv: Computation of the Sparse Inverse Subset' version: 0.1.4 doi: 10.32614/CRAN.package.sparseinv abstract: Creates a wrapper for the 'SuiteSparse' routines that execute the Takahashi equations. These equations compute the elements of the inverse of a sparse matrix at locations where the its Cholesky factor is structurally non-zero. The resulting matrix is known as a sparse inverse subset. Some helper functions are also implemented. Support for spam matrices is currently limited and will be implemented in the future. See Rue and Martino (2007) and Zammit-Mangion and Rougier (2018) for the application of these equations to statistics. authors: - family-names: Zammit-Mangion given-names: Andrew email: andrewzm@gmail.com repository: https://cran.r-universe.dev commit: 9d23eadfd9e8b54e050f7534d4c5fe690de8c588 date-released: '2026-07-21' contact: - family-names: Zammit-Mangion given-names: Andrew email: andrewzm@gmail.com