# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "inteq" in publications use:' type: software license: MIT title: 'inteq: Numerical Solution of Integral Equations' version: '1.1' doi: 10.32614/CRAN.package.inteq abstract: 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) . authors: - family-names: Clements given-names: Mark email: mark.clements@ki.se - family-names: Jehle given-names: Aaron repository: https://mclements.r-universe.dev commit: 19b6d390ed31df027585cd9670550465565836d6 date-released: '2026-04-25' contact: - family-names: Clements given-names: Mark email: mark.clements@ki.se