Package: SparseChol
Type: Package
Title: Sparse Cholesky LDL Decomposition of Symmetric Matrices
Version: 0.2.1
Date: 2023-03-20
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++' 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)
RoxygenNote: 7.2.1
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: 2023-03-21 12:29:48 UTC; WatsonSI
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>
Repository: CRAN
Date/Publication: 2023-03-21 12:50:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-03-22 11:11:29 UTC; unix
Archs: SparseChol.so.dSYM
