macro_rules! delegate_colwise_reduce_function {
    ($Func:tt, $MathFunc:tt) => { ... };
}