[][src]Macro tensor_macros::mul

macro_rules! mul {
    () => { ... };
    ($head:expr) => { ... };
    ($head:expr, $($tail:expr),+) => { ... };
}