mir-algorithm 0.6.14

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.20.1 2023-Mar-10
3.20.0 2023-Mar-10
3.19.3 2023-Mar-09
3.19.2 2023-Mar-04
3.19.1 2023-Feb-07
Show all 625 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

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