Skip to content

Commit e92a485

Browse files
committed
update readme
1 parent 0824b35 commit e92a485

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@
1313
1. Generic Multidimensional arrays of three kinds
1414
2. `std.range`, `std.functional`, and partially `std.algorithm` alternative suitable for fast executaion and multidimensional algorithms.
1515
3. Iterators like random access iterators in C++, Fields, and ndFields.
16+
4. LLVM oriented math functions.
1617

1718

1819
### API Documentation
1920

2021
http://docs.algorithm.dlang.io
2122

22-
### Scheme of basic elements
23+
### New ndslice
24+
25+
#### Scheme
2326

2427
https://rawgit.com/libmir/mir-algorithm/master/ndslice.svg
2528

26-
### New ndslice
29+
#### Features
2730

2831
- [mir.ndslice.topology](http://docs.algorithm.dlang.io/latest/mir_ndslice_topology.html) - Multidimensional `std.range` analog. Includes `bitwise`, `bitpack`, `zip`, `unzip`, `map`, `indexed` and many other features.
2932
- [mir.ndslice.concatenation](http://docs.algorithm.dlang.io/latest/mir_ndslice_concatenation.html) - Concatenation and padding

0 commit comments

Comments
 (0)