mir-algorithm 0.6.15

Multidimensional arrays (ndslice), ranges, iterators, and algorithms for Dlang


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Dub downloads Dub downloads License Bountysource Gitter

Latest version

codecov.io Circle CI

import mir.ndslice;

auto matrix = slice!double(3, 4);
matrix[] = 0;
matrix.diagonal[] = 1;

auto row = matrix[2];
row[3] = 6;
assert(matrix[2, 3] == 6); // D & C index order

Our sponsors

<img src="https://raw.githubusercontent.com/libmir/mir-algorithm/master/images/symmetry.png" height="80" />         <img src="https://raw.githubusercontent.com/libmir/mir-algorithm/master/images/kaleidic.jpeg" height="80" />

Authors:
  • Ilya Yaroshenko
  • Andrei Alexandrescu
  • Walter Bright
  • Phobos developers (see information per file)
Dependencies:
none
Versions:
3.22.0 2023-Aug-09
3.21.0 2023-Aug-02
3.20.5 2023-Jul-29
3.20.4 2023-May-22
3.20.3 2023-May-11
Show all 631 versions
Download Stats:
  • 273 downloads today

  • 1583 downloads this week

  • 14348 downloads this month

  • 720140 downloads total

Score:
4.8
Short URL:
mir-algorithm.dub.pm