An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## xComplex: Complex Numbers for Algorithmic Differentiation [![Build Status](https://travis-ci.org/rcalxrc08/xComplex.svg?branch=master)](https://travis-ci.org/rcalxrc08/xComplex) [![Build status](https://ci.appveyor.com/api/projects/status/83cllp4jcn6j0jl9?svg=true)](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