Package: inteq 1.1
inteq: Numerical Solution of Integral Equations
An R implementation of Matthew Thomas's 'Python' library 'inteq'. First, this solves Fredholm integral equations of the first kind ($f(s) = \int_a^b K(s, y) g(y) dy$) using methods described by Twomey (1963) <doi:10.1145/321150.321157>. Second, this solves Volterra integral equations of the first kind ($f(s) = \int_0^s K(s,y) g(t) dt$) using methods from Betto and Thomas (2021) <doi:10.48550/arXiv.2106.08496>. Third, this solves Voltera integral equations of the second kind ($g(s) = f(s) + \int_a^s K(s,y) g(y) dy$) using methods from Linz (1969) <doi:10.1137/0706034>.
Authors:
inteq_1.1.tar.gz
inteq_1.1.zip(r-4.7)inteq_1.1.zip(r-4.6)inteq_1.1.zip(r-4.5)
inteq_1.1.tgz(r-4.6-any)inteq_1.1.tgz(r-4.5-any)
inteq_1.1.tar.gz(r-4.7-any)inteq_1.1.tar.gz(r-4.6-any)
inteq_1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
inteq/json (API)
| # Install 'inteq' in R: |
| install.packages('inteq', repos = c('https://mclements.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mclements/inteq/issues
Last updated from:19b6d390ed. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 149 | ||
| linux-release-x86_64 | OK | 162 | ||
| macos-release-arm64 | OK | 113 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| windows-devel | OK | 68 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 94 |
Exports:fredholm_solvevolterra_solvevolterra_solve2
Dependencies:
