Type Definition aegir::ops::TensorProduct

source ·
pub type TensorProduct<L, R> = Contract<0, L, R>;
Expand description

Operator alias that applies f[g,h](x) = h(x) ⊗ g(x) element-wise to a buffer.

Trait Implementations§

Formats the value using the given formatter. Read more
Convert the node to an expression string. Read more