#ifndef _math_scmat_util_h #define _math_scmat_util_h #include #include namespace sc { void scmat_perform_op_on_blocks(const Ref& op, const Ref &blocklist); }; #endif