C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2016-10-17 09:30:38 +11:00
parent bf5e55fc37
commit 165e10a5f0
3 changed files with 79 additions and 9 deletions

View File

@ -2735,10 +2735,11 @@ file I/O package is made available for the given expression:
(g) rotate-left (h) rotate-right
(i) shift-left (j) shift-right
(k) sort (l) nth_element
(m) sumk (n) axpy
(o) axpby (p) axpyz
(q) axpbyz (r) axpbz
(s) dot (t) dotk
(m) iota (n) sumk
(o) axpy (p) axpby
(q) axpyz (r) axpbyz
(s) axpbz (t) dot
(u) dotk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~