Package: calculus
Type: Package
Title: High Dimensional Numerical and Symbolic Calculus
Version: 0.1.0
Authors@R: person(given = "Emanuele", 
				  family = "Guidotti", 
				  email = "emanuele.guidotti@hotmail.it", 
				  role = c("aut", "cre"), 
				  comment = c(ORCID = "0000-0002-8961-6623"))
Description: Efficient C++ optimized functions for numerical and symbolic calculus. It includes basic symbolic arithmetic, tensor calculus, Einstein summing convention, fast computation of the Levi-Civita symbol and generalized Kronecker delta, Taylor series expansion, multivariate Hermite polynomials, accurate high-order derivatives, differential operators (Gradient, Jacobian, Hessian, Divergence, Curl, Laplacian) and Monte Carlo integration in arbitrary orthogonal coordinate systems: cartesian, polar, spherical, cylindrical, parabolic or user defined by custom scale factors. 
License: GPL-3
URL: https://emanueleguidotti.dev/calculus/
BugReports: https://github.com/emanuele-guidotti/calculus/issues/
Imports: Rcpp (>= 1.0.1)
LinkingTo: Rcpp
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-11-05 06:33:45 UTC; Emanuele
Author: Emanuele Guidotti [aut, cre] (<https://orcid.org/0000-0002-8961-6623>)
Maintainer: Emanuele Guidotti <emanuele.guidotti@hotmail.it>
Repository: CRAN
Date/Publication: 2019-11-07 10:00:02 UTC
