Package: inteq Type: Package Title: Numerical Solution of Integral Equations Version: 1.1 Authors@R: c(person("Mark", "Clements", role = c("aut", "cre"), email = "mark.clements@ki.se"), person("Aaron", "Jehle", role="aut"), person("Matthew", "Thomas", role="ctb", email="mthomas@ftc.gov")) Description: 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) . 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) . 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) . Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr License: MIT + file LICENSE RoxygenNote: 7.3.2 Encoding: UTF-8 Repository: https://mclements.r-universe.dev Date/Publication: 2026-04-25 13:47:21 UTC RemoteUrl: https://github.com/mclements/inteq RemoteRef: HEAD RemoteSha: 19b6d390ed31df027585cd9670550465565836d6 NeedsCompilation: no Packaged: 2026-07-04 11:39:43 UTC; root Author: Mark Clements [aut, cre], Aaron Jehle [aut], Matthew Thomas [ctb] Maintainer: Mark Clements