You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not possible immediately because, while changing the template code to use std::function<double(const double *)> for the input functions, this still has to pass through the C API because the C++ API is just a then wrapper around that. The C++ API should ideally be its own wrapper, but without having to recompile the template functions.
The text was updated successfully, but these errors were encountered:
Not possible immediately because, while changing the template code to use
std::function<double(const double *)>
for the input functions, this still has to pass through the C API because the C++ API is just a then wrapper around that. The C++ API should ideally be its own wrapper, but without having to recompile the template functions.The text was updated successfully, but these errors were encountered: