jfalcou / kyosu

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

Home Page:https://jfalcou.github.io/kyosu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

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

https://jfalcou.github.io/kyosu/

License:Boost Software License 1.0


Languages

Language:C++ 97.5%Language:CMake 2.5%