#ifndef HPC_ULMBLAS_GEAXPY_H #define HPC_ULMBLAS_GEAXPY_H 1 namespace hpc { namespace ulmblas { template void geaxpy(Index m, Index n, const Alpha &alpha, const TX *X, Index incRowX, Index incColX, TY *Y, Index incRowY, Index incColY) { if (incRowY