macro_rules! delegate_simple_binary_function_by_eigen_operator {
    ($T:ty, $Func:ident, $EigenOp:tt) => { ... };
}