项目作者: llyr-who

项目描述 :
Calculates derivatives using automatic differentiation
高级语言: C++
项目地址: git://github.com/llyr-who/qsts.git
创建时间: 2020-04-26T17:40:46Z
项目社区:https://github.com/llyr-who/qsts

开源协议:

下载


qsts

qsts specialises in parsing arithmetic expressions and calculating derivatives via automatic differentiation.

See examples folder for how you can use qsts. :)

To build :
make

To test :
make test

See my blog post on this here