Template Function librapid::detail::cpu::transposeImpl#
Defined in File transpose.hpp
Function Documentation#
Warning
doxygenfunction: Unable to resolve function “librapid::detail::cpu::transposeImpl” with arguments “(Scalar*, const Scalar*, int64_t, int64_t, Alpha, int64_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 46] template<typename Scalar, typename Alpha> void transposeImpl (Scalar *__restrict out, const Scalar *__restrict in, int64_t rows, int64_t cols, Alpha alpha, int64_t blockSize) ———————————————-^ 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 61] template<typename Scalar, typename Alpha> void transposeImpl (Scalar *__restrict out, const Scalar *__restrict in, int64_t rows, int64_t cols, Alpha alpha, int64_t blockSize) ————————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “o”. [error at 81] template<typename Scalar, typename Alpha> void transposeImpl (Scalar *__restrict out, const Scalar *__restrict in, int64_t rows, int64_t cols, Alpha alpha, int64_t blockSize) ———————————————————————————^