macro_rules! delegate_simple_binary_function_by_eigen_function {
    ($T:ty, $Func:ident, $EigenFunc:ident) => { ... };
}