Function tensorProduct

Tensor product

Matrix!(T,N) tensorProduct(T, ulong N) (
  Vector!(T,N) u,
  Vector!(T,N) v
);