# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "qspray" in publications use:' type: software license: GPL-3.0-only title: 'qspray: Multivariate Polynomials with Rational Coefficients' version: 3.1.0 doi: 10.32614/CRAN.package.qspray abstract: Symbolic calculation and evaluation of multivariate polynomials with rational coefficients. This package is strongly inspired by the 'spray' package. It provides a function to compute Gröbner bases (reference ). It also includes some features for symmetric polynomials, such as the Hall inner product. The header file of the C++ code can be used by other packages. It provides the templated class 'Qspray' that can be used to represent and to deal with multivariate polynomials with another type of coefficients. authors: - family-names: Laurent given-names: Stéphane email: laurent_step@outlook.fr repository: https://CRAN.R-project.org/package=qspray repository-code: https://github.com/stla/qspray url: https://github.com/stla/qspray date-released: '2024-07-27' contact: - family-names: Laurent given-names: Stéphane email: laurent_step@outlook.fr