#ifndef HPC_ULMBLAS_GESCAL_H #define HPC_ULMBLAS_GESCAL_H 1 namespace hpc { namespace ulmblas { template void gescal(Index m, Index n, const Alpha &alpha, TX *X, Index incRowX, Index incColX) { if (alpha!=Alpha(1)) { if (incRowX