Mir vs. Numpy: Reworked!

data pulverizer data.pulverizer at gmail.com
Fri Dec 4 02:16:49 UTC 2020


On Thursday, 3 December 2020 at 21:28:04 UTC, jmh530 wrote:
> The document says:
>     Slice: Python like. Uses D Slices and Strides for grouping 
> (Red-Black).
>     Naive: one for-loop for each dimension. Matrix-Access via 
> multi-dimensional Array.
>     Field: one for-loop. Matrix is flattened. Access via 
> flattened index.
>     NdSlice: D like. Uses just MIR functionalities.

Thanks, evidently I should have been more thorough in reading the 
document. :-)


More information about the Digitalmars-d-announce mailing list