macro_rules! delegate_eigen_2d_broadcast_1st_binary_function { ($T:ident, Func, expr) => { ... }; }
Expand description
| The actual implementation uses eigen | which is column major, so notice the | row/column swap in the actual implementation. |
macro_rules! delegate_eigen_2d_broadcast_1st_binary_function { ($T:ident, Func, expr) => { ... }; }
| The actual implementation uses eigen | which is column major, so notice the | row/column swap in the actual implementation. |