#ifndef HPC_ULMBLAS_GECOPY_H #define HPC_ULMBLAS_GECOPY_H 1 namespace hpc { namespace ulmblas { template void gecopy(Index m, Index n, const TX *X, Index incRowX, Index incColX, TY *Y, Index incRowY, Index incColY) { if (incRowY