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

https://github.com/hasenpfote/dualcomplex

Class template for dual complex numbers.
https://github.com/hasenpfote/dualcomplex

class-template cpp11 dual-complex-numbers eigen header-only

Last synced: 8 months ago
JSON representation

Class template for dual complex numbers.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/Hasenpfote/dualcomplex.svg?branch=master)](https://travis-ci.com/Hasenpfote/dualcomplex)

# dualcomplex

---------------------

## About

- Class template for dual complex numbers.

- Header-only.

## Compatibility

Supports C++ 11 or higher.

| Compiler | Version | Remarks |
| -------- | ----------------- | ------- |
| gcc | 5.5.0 or higher. | |
| clang | 7.0.0 or higher. | |
| msvc | 16.5.4 or higher. | |

**Older versions of compilers might work as well but they are not tested.**

## Dependencies

- [Eigen](http://eigen.tuxfamily.org)

Limited use in [dualcomplex_conversion.h](https://github.com/Hasenpfote/dualcomplex/blob/master/include/dualcomplex/dualcomplex_conversion.h)

## usage

```c++
#include

int main()
{
using value_type = double;
using DC = dcn::DualComplex;

return 0;
}
```

## References

- [Eigen](http://eigen.tuxfamily.org)

## License

This software is released under the CC0 License, see LICENSE.