dot

Macro dot 

Source
macro_rules! dot {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Inner product: a • b

Symmetric product that reduces grade. Commutative for vectors: a • b = b • a