On Tuesday, 17 October 2017 at 13:36:59 UTC, Kagamin wrote:
Arrays (or in physics-speak, matrices)
multiplied together quite intuitively as:
C = A*B gives an element-by-element multiplication of A and B, assuming A and B are the same size.

Ehhh?

The same true for ndslice. ndslice returns lazy result.

http://docs.algorithm.dlang.io/latest/mir_ndslice_slice.html#.Slice.opBinary.2

Reply via email to