Package: SparseChol
Type: Package
Title: Sparse Cholesky LDL Decomposition of Symmetric Matrices
Version: 0.1.1
Date: 2022-08-16
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 the header file
  'SparseChol.h' that specifies the 'SparseChol' class to implement sparse LDL decomposition in 'Rcpp' functions. A limited 
  set of 'R' functions that implement the method are also included. 
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: 2022-09-16 16:42:54 UTC; samue
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>
Repository: CRAN
Date/Publication: 2022-09-19 12:36:14 UTC
