module tensor.

% a simple benchmark to compare the performance
% of eager and lazy splittings.

linear a.
linear b.
linear c.
linear d.
linear e.
linear f.
linear g.
linear h.
linear i.
linear j.
linear k.
linear l.
linear m.
linear n.

go *- a x b x c x d x e x f x g x h x i x j x k x l x m x n.
