Package: resultant
Title: Utilities for Multivariate Polynomials with Rational
        Coefficients
Version: 1.0.0
Authors@R: 
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre"))
Description: Computation of resultant, subresultants, greatest common divisor, 
    integral division (aka division without remainder) of two multivariate polynomials 
    with rational coefficients, Sturm-Habicht sequence and square-free 
    factorization of a multivariate polynomial with rational coefficients. 
    The computations are performed by the 'C++' library 'CGAL' 
    (<https://www.cgal.org/>). Resultants have applications in polynomial 
    systems solving, number theory, and algebraic geometry. The package
    also contains some functions computing the number of real roots of a
    univariate polynomial with rational coefficients, and a function computing
    the division with remainder of two univariate polynomials with rational 
    coefficients.
License: GPL-3
URL: https://github.com/stla/resultant
BugReports: https://github.com/stla/resultant/issues
Depends: qspray (>= 3.1.0)
Imports: Rcpp, gmp, utils
Suggests: testthat (>= 3.0.0)
LinkingTo: BH, Rcpp, RcppCGAL
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
SystemRequirements: C++17, gmp, mpfr
NeedsCompilation: yes
Packaged: 2024-07-30 00:59:08 UTC; User
Author: Stéphane Laurent [aut, cre]
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2024-07-31 10:50:02 UTC
