auto-differentiation / xad

Powerful automatic differentiation in C++ and Python
https://auto-differentiation.github.io
GNU Affero General Public License v3.0
257 stars 37 forks source link

Adds complex arithmetics between XAD types and std::complex<double> #92

Closed auto-differentiation-dev closed 10 months ago

auto-differentiation-dev commented 10 months ago

Description

This adds to possible to do basic arithmetic operations between std::complex<xad::XReal<T>> and std::complex<T>.

Type of change

github-actions[bot] commented 10 months ago

Test Results

    29 files  ±    0      29 suites  ±0   11m 53s :stopwatch: -49s  1 266 tests +   48   1 266 :white_check_mark: +   48  0 :zzz: ±0  0 :x: ±0  36 714 runs  +1 392  36 714 :white_check_mark: +1 392  0 :zzz: ±0  0 :x: ±0 

Results for commit 65b7b750. ± Comparison against base commit d7c7ee79.

:recycle: This comment has been updated with latest results.

coveralls commented 10 months ago

Coverage Status

coverage: 98.555% (+0.1%) from 98.446% when pulling 65b7b7501be8baf086dbf92e5fd6d0f537eef808 on feature/std-complex-arithmetics into d7c7ee791cab40a7ae11158154aefa82f7b4d927 on main.