rcalxrc08 / xComplex

Complex Numbers for Algorithmic Differentiation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xComplex: Complex Numbers for Algorithmic Differentiation Build Status Build status

Goal:

  • Complex numbers support for Adept library.

How to Build:

  • mkdir build
  • cd build
  • cmake ..
  • make all
  • ./test_xcomplex

TODO:

  • Compatibility with std::complex class

About

Complex Numbers for Algorithmic Differentiation

License:MIT License


Languages

Language:C++ 98.1%Language:CMake 1.2%Language:C 0.7%