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
Explicit template instantiation C++ library use a context file that define the custom scalar to be used.
This custom scalar is a globally defined, and then, it's impossible to have the explicit template instantiation defined for two custom scalar type in the same C++ file.
By example the following code will be able to use explicit template instantiation for double but not for cppad:
Explicit template instantiation C++ library use a context file that define the custom scalar to be used.
This custom scalar is a globally defined, and then, it's impossible to have the explicit template instantiation defined for two custom scalar type in the same C++ file.
By example the following code will be able to use explicit template instantiation for double but not for cppad:
We should find another way to declare explicit template instantiation that allow to declare it to multiple scalar type.
The text was updated successfully, but these errors were encountered: