Skip to content

Commit 710ee83

Browse files
committed
add mir.numeric
1 parent cc04032 commit 710ee83

File tree

4 files changed

+488
-215
lines changed

4 files changed

+488
-215
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ build/
2626
files
2727
mir-algorithm.lib
2828
mir-algorithm-test-default
29+
mir-algorithm-test-dips

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARTWORK_DIR=$(DOC_SOURCE_DIR)/artwork
2828
# packages and their modules.
2929
MIR_PACKAGES = mir mir/ndslice mir/ndslice/connect mir/math mir/math/func mir/array mir/interpolate mir/graph mir/combinatorics mir/container mir/algorithm
3030

31-
PACKAGE_mir = range rcarray series
31+
PACKAGE_mir = range rcarray series numeric
3232

3333
PACKAGE_mir_algorithm = iteration setops
3434
PACKAGE_mir_array = allocation

index.d

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ $(BOOKTABLE ,
1515
$(TR $(TDNW $(MREF mir,range)) $(TD Additoinal primitive ranges. See also $(MREF mir,ndslice), which contains a lot of range constructos.))
1616
$(TR $(TDNW $(MREF mir,algorithm,setops)) $(TD Mir & BetterC rework of Phobos.))
1717
$(TR $(TDNW $(MREF mir,algorithm,iteration)) $(TD Mir & BetterC rework of Phobos.))
18+
$(LEADINGROW Math)
19+
$(TR $(TDNW $(MREF mir,numeric)) $(TD Basic numeric optimisations))
20+
$(TR $(TDNW $(MREF mir,math,numeric)) $(TD Simple numeric algorithms))
21+
$(TR $(TDNW $(MREF mir,math,sum)★) $(TD Various precise summation algorithms))
22+
$(TR $(TDNW $(MREF mir,math,constant)) $(TD Math constants))
1823
$(LEADINGROW Containers)
1924
$(TR $(TDNW $(MREF mir,rcarray)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
2025
$(TR $(TDNW $(MREF mir,series)★) $(TD Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search.))
@@ -27,7 +32,6 @@ $(BOOKTABLE ,
2732
$(LEADINGROW Combinatrorics)
2833
$(TR $(TDNW $(MREF mir,combinatorics)★) $(TD Combinations, combinations with repeats, cartesian power, permutations.))
2934
$(LEADINGROW Interconnection with other languages)
30-
3135
$(TR $(TDNW $(MREF mir,ndslice,connect,cpython)) $(TD Utilities for $(HTTPS docs.python.org/3/c-api/buffer.html, Python Buffer Protocol)))
3236
$(LEADINGROW Math)
3337
$(TR $(TDNW $(MREF mir,math,numeric)) $(TD Simple numeric algorithms))

0 commit comments

Comments
 (0)