Skip to content

Commit a828eb1

Browse files
committed
add ediff and normal
1 parent e33ca49 commit a828eb1

4 files changed

Lines changed: 1387 additions & 0 deletions

File tree

index.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ $(BOOKTABLE ,
4040
$(TR $(TDNW $(MREF mir,math,sum)) $(TD Various precise summation algorithms))
4141
$(TR $(TDNW $(MREF mir,numeric)) $(TD Basic numeric optimisations))
4242
$(TR $(TDNW $(MREF mir,polynomial)) $(TD Polynomial ref-counted structure))
43+
$(TR $(TDNW $(MREF mir,ediff)) $(TD Expression differentiation))
44+
$(TR $(TDNW $(MREF mir,math,func,expdigamma)) $(TD `exp(digamma(x))`))
45+
$(TR $(TDNW $(MREF mir,math,func,normal)) $(TD Normal Distribution API))
4346
$(LEADINGROW Reference counting)
4447
$(TR $(TDNW $(MREF mir,rc,array)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
4548
$(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer with polymorphism support for strucs and objects.))

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ sources_list = [
2828
'mir/container/binaryheap',
2929
'mir/cpp_export/numeric',
3030
'mir/date',
31+
'mir/ediff',
3132
'mir/format_impl',
3233
'mir/format',
3334
'mir/graph/package',
@@ -41,6 +42,7 @@ sources_list = [
4142
'mir/interpolate/utility',
4243
'mir/lob',
4344
'mir/math/func/expdigamma',
45+
'mir/math/func/normal',
4446
'mir/math/numeric',
4547
'mir/math/stat',
4648
'mir/math/sum',

0 commit comments

Comments
 (0)