-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
26 lines (26 loc) · 1.38 KB
/
DESCRIPTION
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
Package: volesti
Type: Package
License: LGPL-3
Title: Volume Approximation and Sampling of Convex Polytopes
Authors@R: c(
person("Vissarion", "Fisikopoulos", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0780-666X")),
person("Apostolos", "Chalkis", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-4628-1907")))
Copyright: file inst/COPYRIGHTS
Description: Provides an R interface for 'volesti' C++ package. 'volesti' computes estimations of volume
of polytopes given by (i) a set of points, (ii) linear inequalities or (iii) Minkowski sum of segments
(a.k.a. zonotopes). There are three algorithms for volume estimation as well as algorithms
for sampling, rounding and rotating polytopes. Moreover, 'volesti' provides algorithms for
estimating copulas useful in computational finance. Methods implemented in 'volesti' are described
in A. Chalkis and V. Fisikopoulos (2022) <doi:10.32614/RJ-2021-077> and references therein.
Version: 1.2.0
Date: 2024-02-29
Maintainer: Vissarion Fisikopoulos <[email protected]>
Depends: Rcpp (>= 0.12.17)
Imports: methods, stats, Matrix
LinkingTo: Rcpp, RcppEigen, BH
Suggests: testthat
Encoding: UTF-8
RoxygenNote: 7.3.2
BugReports: https://github.com/GeomScale/Rvolesti/issues