cran
. See also theR-universe documentation.Package: SparseChol 0.3.2
SparseChol: Sparse Matrix C++ Classes Including Sparse Cholesky LDL Decomposition of Symmetric Matrices
'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.
Authors:
SparseChol_0.3.2.tar.gz
SparseChol_0.3.2.tar.gz(r-4.5-noble)SparseChol_0.3.2.tar.gz(r-4.4-noble)
SparseChol_0.3.2.tgz(r-4.4-emscripten)SparseChol_0.3.2.tgz(r-4.3-emscripten)
SparseChol.pdf |SparseChol.html✨
SparseChol/json (API)
# Install 'SparseChol' in R: |
install.packages('SparseChol', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/samuel-watson/sparsechol/issues
Last updated 14 days agofrom:d55d4f5d44. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 09 2024 |
R-4.5-linux-x86_64 | OK | Dec 09 2024 |
Exports:amd_orderdense_to_sparseLDL_CholeskyLL_Choleskysparse_cholsparse_chol_crssparse_Dsparse_L
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Sparse Matrix C++ Classes Including Sparse Cholesky LDL Decomposition of Symmetric Matrices | SparseChol-package SparseChol |
AMD ordering | amd_order |
Generate sparse matrix representation of a matrix | dense_to_sparse |
Generate LDL decomposition from Matrix class `dsCMatrix` | LDL_Cholesky |
Generate Cholesky decomposition from Matrix class `dsCMatrix` | LL_Cholesky |
Sparse Cholesky decomposition | sparse_chol |
Sparse Cholesky decomposition with sparse representation | sparse_chol_crs |
Generate matrix D from `sparse_chol` output | sparse_D |
Generate matrix L from `sparse_chol` output | sparse_L |