next up previous contents
Next: index Up: Tensor operations Previous: inner product   Contents

outer product $\otimes $% WIDTH=16 HEIGHT=29

\includegraphics[height=10mm]{images/outerProduct}% WIDTH=49 HEIGHT=46

Calculates the inner product of two tensors.

The operator can be placed on the canvas in two ways:

It computes: \begin{displaymath}
z_{i_{1},i_{2},\ldots,i_{r_{x}},j_{1},\ldots,j_{r_{y}}}=x_{i_{1},,i_{2},\ldots,i_{r_{x}}}y_{j_{1},\ldots,j_{r_{y}}}.
\end{displaymath}% WIDTH=418 HEIGHT=31 where $r_{x}$% WIDTH=19 HEIGHT=29 and $r_{y}$% WIDTH=19 HEIGHT=29 are the ranks of $x$% WIDTH=13 HEIGHT=14 and $y$% WIDTH=12 HEIGHT=29 respectively.