Template Function helpme::permuteABCtoACB

Function Documentation

Warning

doxygenfunction: Unable to resolve function “helpme::permuteABCtoACB” with arguments “(Real const*, int const, int const, int const, Real*, size_t)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 28] template<typename Real> void permuteABCtoACB (Real const *__restrict__ abcPtr, int const aDimension, int const bDimension, int const cDimension, Real *__restrict__ acbPtr, size_t nThreads=1) —————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 45] template<typename Real> void permuteABCtoACB (Real const *__restrict__ abcPtr, int const aDimension, int const bDimension, int const cDimension, Real *__restrict__ acbPtr, size_t nThreads=1) ———————————————^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “a”. [error at 71] template<typename Real> void permuteABCtoACB (Real const *__restrict__ abcPtr, int const aDimension, int const bDimension, int const cDimension, Real *__restrict__ acbPtr, size_t nThreads=1) ———————————————————————–^