Fast multivariate polynomials in R: the mvp package
Robin K. S. Hankin

TL;DR
The paper introduces the mvp R package that efficiently handles multivariate polynomials using C++ STL maps, providing a practical tool for polynomial computations in R.
Contribution
It presents a new R package that leverages C++ STL for efficient storage and retrieval of multivariate polynomials, conforming to disordR coefficient discipline.
Findings
Provides an accessible R package for multivariate polynomial manipulation.
Uses C++ STL map for efficient data handling.
Available on CRAN for public use.
Abstract
In this short article I introduce the mvp package, which provides some functionality for handling multivariate polynomials. The package uses the C++ Standard Template Library's map class to store and retrieve elements; it conforms to disordR discipline for coefficients. The package is available on CRAN at https://CRAN.R-project.org/package=mvp.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Analysis with R · Statistical and Computational Modeling
