File: control

package info (click to toggle)
r-cran-polycub 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: ansic: 250; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: r-cran-polycub
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-sp
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-polycub
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-polycub.git
Homepage: https://cran.r-project.org/package=polyCub
Rules-Requires-Root: no

Package: r-cran-polycub
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R Cubature over Polygonal Domains
 Numerical integration of continuously differentiable
 functions f(x,y) over simple closed polygonal domains.
 The following cubature methods are implemented:
 product Gauss cubature (Sommariva and Vianello, 2007,
 <doi:10.1007/s10543-007-0131-2>),
 the simple two-dimensional midpoint rule
 (wrapping 'spatstat.geom' functions),
 adaptive cubature for radially symmetric functions via line
 integrate() along the polygon boundary (Meyer and Held, 2014,
 <doi:10.1214/14-AOAS743>, Supplement B),
 and integration of the bivariate Gaussian density based on
 polygon triangulation.
 For simple integration along the axes, the 'cubature' package
 is more appropriate.