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