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)
- Host: GitHub
- URL: https://github.com/jfalcou/kyosu
- Owner: jfalcou
- License: bsl-1.0
- Created: 2023-07-09T13:52:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T19:13:12.000Z (about 1 year ago)
- Last Synced: 2025-07-02T08:18:00.835Z (12 months ago)
- Topics: complex-numbers, cpp20, hpc, octonion, quaternion-numbers, simd
- Language: C++
- Homepage: https://jfalcou.github.io/kyosu/
- Size: 3.13 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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 .