Skip to content

Commit 7120a2f

Browse files
committed
add note about Mir
1 parent 9b20444 commit 7120a2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

std/experimental/ndslice/package.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ processing algorithms, but should also be general enough for use anywhere with
5050
homogeneously-typed multidimensional data.
5151
In addition, it includes various functions for iteration, accessing, and manipulation.
5252
53+
Advanced and fast iteration algorithms, matrix multiplication, and BLAS-like functions
54+
can be found in the $(LINK2 http://mir.dlang.io, Mir
55+
LLVM-Accelerated Generic Numerical Library for Science and Machine Learning).
56+
5357
Quick_Start:
5458
$(SUBREF slice, sliced) is a function designed to create
5559
a multidimensional view over a range.

0 commit comments

Comments
 (0)