Learn R Programming

ast2ast (version 0.3.2)

Translates an R Function to a C++ Function

Description

Enable translation of a tiny subset of R to C++. The user has to define a R function which gets translated. For a full list of possible functions check the documentation. After translation an R function is returned which is a shallow wrapper around the C++ code. Alternatively an external pointer to the C++ function is returned to the user. The intention of the package is to generate fast functions which can be used as ode-system or during optimization.

Copy Link

Version

Install

install.packages('ast2ast')

Monthly Downloads

74

Version

0.3.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Krc3<a4>mer Konrad

Last Published

December 9th, 2023

Functions in ast2ast (0.3.2)

J

Calculates the jacobian function and translatesthe resulting function into a C++ function.
translate

Translates an R function into a C++ function.