we need an autodiff library at some point (or we need to roll our own but I do not think that makes sense). CppAD is well tested and header only and easy to include. It is also Liscene compatible with GPL v3.0. Here we bring it in as a dependency
6 lines
91 B
Meson
6 lines
91 B
Meson
cppad_dep = declare_dependency(
|
|
include_directories: include_directories('include'),
|
|
)
|
|
|
|
|