'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.
Version: | 0.1.1 |
Depends: | R (≥ 3.4.0), Matrix (≥ 1.3-4) |
Imports: | Rcpp (≥ 1.0.7) |
LinkingTo: | Rcpp (≥ 1.0.7) |
Suggests: | testthat |
Published: | 2022-09-19 |
Author: | Sam Watson [aut, cre], Timothy A. Davis [aut, ctb] |
Maintainer: | Sam Watson <S.I.Watson at bham.ac.uk> |
BugReports: | https://github.com/samuel-watson/SparseChol/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/samuel-watson/SparseChol |
NeedsCompilation: | yes |
SystemRequirements: | GNU make |
Materials: | README |
CRAN checks: | SparseChol results |
Reference manual: | SparseChol.pdf |
Package source: | SparseChol_0.1.1.tar.gz |
Windows binaries: | r-devel: SparseChol_0.1.1.zip, r-release: SparseChol_0.1.1.zip, r-oldrel: SparseChol_0.1.1.zip |
macOS binaries: | r-release (arm64): SparseChol_0.1.1.tgz, r-oldrel (arm64): SparseChol_0.1.1.tgz, r-release (x86_64): SparseChol_0.1.1.tgz, r-oldrel (x86_64): SparseChol_0.1.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=SparseChol to link to this page.