Package: sparseinv 0.1.3
sparseinv: Computation of the Sparse Inverse Subset
Creates a wrapper for the 'SuiteSparse' routines that execute the Takahashi equations. These equations compute the elements of the inverse of a sparse matrix at locations where the its Cholesky factor is structurally non-zero. The resulting matrix is known as a sparse inverse subset. Some helper functions are also implemented. Support for spam matrices is currently limited and will be implemented in the future. See Rue and Martino (2007) <doi:10.1016/j.jspi.2006.07.016> and Zammit-Mangion and Rougier (2018) <doi:10.1016/j.csda.2018.02.001> for the application of these equations to statistics.
Authors:
sparseinv_0.1.3.tar.gz
sparseinv_0.1.3.zip(r-4.7)sparseinv_0.1.3.zip(r-4.6)sparseinv_0.1.3.zip(r-4.5)
sparseinv_0.1.3.tgz(r-4.6-x86_64)sparseinv_0.1.3.tgz(r-4.6-arm64)sparseinv_0.1.3.tgz(r-4.5-x86_64)sparseinv_0.1.3.tgz(r-4.5-arm64)
sparseinv_0.1.3.tar.gz(r-4.7-arm64)sparseinv_0.1.3.tar.gz(r-4.7-x86_64)sparseinv_0.1.3.tar.gz(r-4.6-arm64)sparseinv_0.1.3.tar.gz(r-4.6-x86_64)
sparseinv_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sparseinv/json (API)
| # Install 'sparseinv' in R: |
| install.packages('sparseinv', repos = c('https://andrewzm.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrewzm/sparseinv/issues
Last updated from:d9c3f66270. Checks:11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 127 | ||
| linux-devel-x86_64 | NOTE | 135 | ||
| source / vignettes | OK | 209 | ||
| linux-release-arm64 | NOTE | 178 | ||
| linux-release-x86_64 | NOTE | 113 | ||
| macos-release-arm64 | NOTE | 155 | ||
| macos-release-x86_64 | NOTE | 252 | ||
| macos-oldrel-arm64 | NOTE | 115 | ||
| macos-oldrel-x86_64 | NOTE | 219 | ||
| windows-devel | NOTE | 128 | ||
| windows-release | NOTE | 146 | ||
| windows-oldrel | NOTE | 127 | ||
| wasm-release | OK | 101 |
Exports:cholPermutecholsolvecholsolveAQinvATdensifysymbTakahashi_Davis
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| sparseinv | sparseinv-package |
| Sparse Cholesky factorisation with fill-in reducing permutations | cholPermute |
| Solve the equation Qx = y | cholsolve |
| Solve the equation X = AQ^-1t(A) under permutations | cholsolveAQinvAT |
| Densify with explicit zeroes | densify |
| Return the symbolic representation of a Matrix | symb |
| Takahashi equations | Takahashi_Davis |
