Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 561 Bytes

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