-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.44 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: ratioOfQsprays
Title: Fractions of Multivariate Polynomials with Rational Coefficients
Version: 1.1.0.9000
Authors@R:
person("Stéphane", "Laurent", , "[email protected]", role = c("aut", "cre"))
Description: Based on the 'qspray' package, this package introduces the new
type 'ratioOfQsprays'. An object of type 'qspray' represents a multivariate
polynomial with rational coefficients while an object of type
'ratioOfQsprays', defined by two 'qspray' objects, represents a fraction of
two multivariate polynomials with rational coefficients. Arithmetic
operations for these objects are available, and they always return
irreducible fractions. Other features include: differentiation,
evaluation, conversion to a function, and fine control of the way to print
a 'ratioOfQsprays' object. The 'C++' library 'CGAL' is used to make the
fractions irreducible.
License: GPL-3
URL: https://github.com/stla/ratioOfQsprays
BugReports: https://github.com/stla/ratioOfQsprays/issues
Depends:
qspray (>= 3.1.0)
Imports:
gmp,
methods,
Rcpp,
Ryacas,
utils
Suggests:
testthat (>= 3.0.0)
LinkingTo:
BH,
qspray,
Rcpp,
RcppCGAL
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
SystemRequirements: C++17, gmp, mpfr
Collate:
'RcppExports.R'
'creation.R'
'evaluation.R'
'internal.R'
'ratioOfQsprays.R'
'queries.R'
'show.R'
'transformation.R'