darioizzo / audi

Header only, C++ library (and the Python pyaudi package) implementing the algebra of Taylor truncated polynomials and a few algorithms useful for its applications (Differential Intelligence, automatic differentiation, Taylor Models, etc.)
http://darioizzo.github.io/audi/
GNU General Public License v2.0
71 stars 18 forks source link

Unary minus operator not exposed to python #15

Closed cesans closed 8 years ago

cesans commented 8 years ago

The unary minus (-) operator is not exposed to python although it is implemented in the C++ code.