powered by
This function helps you create the pointers necessary to use the Cpp interface
makePtrs(fitFunName, gradFunName)
a string which can be copied in the C++ function to create the pointers.
name of your C++ fit function (IMPORTANT: This must be the name used in C++)
name of your C++ gradient function (IMPORTANT: This must be the name used in C++)
# see vignette("General-Purpose-Optimization", package = "lessSEM") for an example
Run the code above in your browser using DataLab