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

https://github.com/jfalcou/kyosu

Complex Without Complexes - C++20 library for Cayley-Dickson algebra computations (complex,quaternion,octonion)
https://github.com/jfalcou/kyosu

complex-numbers cpp20 hpc octonion quaternion-numbers simd

Last synced: 12 months ago
JSON representation

Complex Without Complexes - C++20 library for Cayley-Dickson algebra computations (complex,quaternion,octonion)

Awesome Lists containing this project

README

          

# Kyosu
## Complex Without Complexes

Efficient and SIMD-aware computation for complex, quaternions and octonions.

Kyosu proposes unified treatment of Cayley-Dickson algebras on real numbers, for
numerical computations.

Real numbers are implemented as float or double IEEE values and, as relying on
EVE library can use SIMD entry as well .