We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi;
Is it possible to use template in rcpparrayfire. I could not see an example. If we can, can you share an example?
Thanks.
The text was updated successfully, but these errors were encountered:
Can you be a bit more specific what you are trying to do?
In principle, you can use any C++ construct you like. However, the interface to R is limited to R's C API.
Sorry, something went wrong.
I'm trying to write a code that can handle integer or numeric (double) vector.
template<typename T, int RTYPE> Vector<RTYPE> maxMinMedianGroupBy(Vector<RTYPE> data,IntegerVector grp,std::string funcTip) { .......... }
No branches or pull requests
Hi;
Is it possible to use template in rcpparrayfire. I could not see an example. If we can, can you share an example?
Thanks.
The text was updated successfully, but these errors were encountered: