https://github.com/rcalxrc08/xcomplex
Complex Numbers for Algorithmic Differentiation
https://github.com/rcalxrc08/xcomplex
algorithmic-differentation automatic-differentiation complex-numbers
Last synced: 15 days ago
JSON representation
Complex Numbers for Algorithmic Differentiation
- Host: GitHub
- URL: https://github.com/rcalxrc08/xcomplex
- Owner: rcalxrc08
- License: mit
- Created: 2017-02-08T10:27:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T13:31:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T11:44:39.933Z (12 months ago)
- Topics: algorithmic-differentation, automatic-differentiation, complex-numbers
- Language: C++
- Homepage:
- Size: 5.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## xComplex: Complex Numbers for Algorithmic Differentiation [](https://travis-ci.org/rcalxrc08/xComplex) [](https://ci.appveyor.com/project/rcalxrc08/xcomplex)
### Goal:
- Complex numbers support for [Adept](https://github.com/rjhogan/Adept) library.
### How to Build:
- `mkdir build`
- `cd build`
- `cmake ..`
- `make all`
- `./test_xcomplex`
### TODO:
- Compatibility with std::complex class