#ifndef HPC_MATVEC_APPLY_H #define HPC_MATVEC_APPLY_H 1 #include #include namespace hpc { namespace matvec { template typename std::enable_if::value, void>::type apply(MA &A, Func func) { typedef typename MA::Index Index; if (A.incRow typename std::enable_if::value, void>::type apply(const MA &A, Func func) { typedef typename MA::Index Index; if (A.incRow