# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "SparseChol" in publications use:' type: software license: GPL-2.0-or-later title: 'SparseChol: Sparse Matrix C++ Classes Including Sparse Cholesky LDL Decomposition of Symmetric Matrices' version: 0.3.2 doi: 10.32614/CRAN.package.SparseChol abstract: '''C++'' classes for sparse matrix methods including implementation of sparse LDL decomposition of symmetric matrices and solvers described by Timothy A. Davis (2016) . Provides a set of C++ classes for basic sparse matrix specification and linear algebra, and a class to implement sparse LDL decomposition and solvers. See for details.' authors: - family-names: Watson given-names: Sam email: S.I.Watson@bham.ac.uk - family-names: Davis given-names: Timothy A. repository: https://CRAN.R-project.org/package=SparseChol repository-code: https://github.com/samuel-watson/SparseChol url: https://github.com/samuel-watson/SparseChol date-released: '2024-12-07' contact: - family-names: Watson given-names: Sam email: S.I.Watson@bham.ac.uk