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-x86_64)sparseinv_0.1.3.zip(r-4.6-x86_64)sparseinv_0.1.3.zip(r-4.5-x86_64)
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✨
DESCRIPTION
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 | 145 | ||
| linux-devel-x86_64 | NOTE | 176 | ||
| source / vignettes | OK | 152 | ||
| linux-release-arm64 | NOTE | 151 | ||
| linux-release-x86_64 | NOTE | 137 | ||
| macos-release-arm64 | NOTE | 107 | ||
| macos-release-x86_64 | NOTE | 278 | ||
| macos-oldrel-arm64 | NOTE | 106 | ||
| macos-oldrel-x86_64 | NOTE | 188 | ||
| windows-devel | NOTE | 172 | ||
| windows-release | NOTE | 129 | ||
| windows-oldrel | NOTE | 123 | ||
| wasm-release | OK | 132 |
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 |
