Package: SparseChol
Type: Package
Title: Sparse Matrix C++ Classes Including Sparse Cholesky LDL
        Decomposition of Symmetric Matrices
Version: 0.3.2
Date: 2024-12-07
Authors@R: c(person("Sam", "Watson", email = "S.I.Watson@bham.ac.uk",
                  role = c("aut","cre")),
            person("Timothy A.", "Davis", role = c("aut","ctb")))
Description: 'C++' classes for sparse matrix methods including implementation of sparse LDL decomposition of symmetric matrices and solvers described by Timothy A. Davis (2016) 
  <https://fossies.org/linux/SuiteSparse/LDL/Doc/ldl_userguide.pdf>. 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 <https://github.com/samuel-watson/SparseChol>
  for details.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.7)
LinkingTo: Rcpp (>= 1.0.7), RcppEigen
RoxygenNote: 7.2.3
NeedsCompilation: yes
Author: Sam Watson [aut, cre],
  Timothy A. Davis [aut, ctb]
URL: https://github.com/samuel-watson/SparseChol
BugReports: https://github.com/samuel-watson/SparseChol/issues
Suggests: testthat
Biarch: true
Depends: R (>= 3.4.0), Matrix (>= 1.3-4)
SystemRequirements: GNU make
Encoding: UTF-8
Packaged: 2024-12-08 18:41:54 UTC; WatsonSI
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>
Repository: CRAN
Date/Publication: 2024-12-08 19:30:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:01:35 UTC; windows
Archs: x64
