Package: cPCG 1.0
Yongwen Zhuang
cPCG: Efficient and Customized Preconditioned Conjugate Gradient Method for Solving System of Linear Equations
Solves system of linear equations using (preconditioned) conjugate gradient algorithm, with improved efficiency using Armadillo templated 'C++' linear algebra library, and flexibility for user-specified preconditioning method. Please check <https://github.com/styvon/cPCG> for latest updates.
Authors:
cPCG_1.0.tar.gz
cPCG_1.0.tar.gz(r-4.5-noble)cPCG_1.0.tar.gz(r-4.4-noble)
cPCG_1.0.tgz(r-4.4-emscripten)cPCG_1.0.tgz(r-4.3-emscripten)
cPCG.pdf |cPCG.html✨
cPCG/json (API)
# Install 'cPCG' in R: |
install.packages('cPCG', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:d33a89be78. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 29 2024 |
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Efficient and Customized Preconditioned Conjugate Gradient Method for Solving System of Linear Equations | cPCG-package cPCG |
Conjugate gradient method | cgsolve |
Incomplete Cholesky Factorization | icc |
Preconditioned conjugate gradient method | pcgsolve preconditioner |