Commit graph

5 commits

Author SHA1 Message Date
Joel Falcou
c7aa4a0afa Fix some operations API mismatch
* Compound operators were not usable properly.
* std::size_t was used in the API in places where Index should have been used.
2025-10-29 20:33:59 +01:00
Joel Falcou
379d77ebef Fix a lot of ref issues reagrding extarction, rvalueness and proper use of temporary memory. 2025-10-28 20:12:33 +01:00
Jules Pénuchot
648dd768ee Adding clang-format configuration file and formatting all source files
Co-authored-by: Jules Pénuchot <jules@penuchot.com>
Co-authored-by: Joel FALCOU <jfalcou@codereckons.com>

See merge request oss/rotgen!41
2025-10-14 16:19:03 +02:00
Joel Falcou
2e7e96bda2 Fix transpose storage order issue
See merge request oss/rotgen!38
2025-10-12 23:34:26 +02:00
Joel Falcou
ffa9309332 Reorganize internals
See merge request oss/rotgen!36
2025-10-12 19:01:13 +02:00
Renamed from src/matrix_model.cpp (Browse further)