makePtrs | R Documentation |
This function helps you create the pointers necessary to use the Cpp interface
makePtrs(fitFunName, gradFunName)
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++) |
a string which can be copied in the C++ function to create the pointers.
# see vignette("General-Purpose-Optimization", package = "lessSEM") for an example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.