Description
Compile Time Linear Algebra is a header-only library that provides a set of linear algebra functions in C++ intended for use during compile time. All functions available in Cotila are constexpr, meaning they can be used at compile-time to generate constants and lookup tables in a type-safe, readable, and maintainable manner.
Installation Instructions
Simple usage with CMake:
find_package(cotila CONFIG REQUIRED) ... target_link_libraries(your_binary cotila::cotila)
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (200)*, x86_64 (171)* | Centos-stream 8 (83 downloads) |
![]() |
aarch64 (131)*, x86_64 (8)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (89)*, x86_64 (128)* | Fedora 41 (23 downloads) |
![]() |
aarch64 (28)*, x86_64 (82)* | Fedora 42 (15 downloads) |
![]() |
aarch64 (147)*, x86_64 (193)* | Fedora rawhide (71 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable alexfails/cotila
More info about enabling Copr repositories