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 |
---|---|---|
Centos-stream 8 | aarch64 (19)*, x86_64 (18)* | Centos-stream 8 (60 downloads) |
Fedora 38 | aarch64 (1)*, x86_64 (2)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (1)*, x86_64 (2)* | Fedora 39 (24 downloads) |
Fedora 40 | aarch64 (3)*, x86_64 (2)* | Fedora 40 (15 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (5 downloads) |
Fedora rawhide | aarch64 (23)*, x86_64 (16)* | Fedora rawhide (52 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable alexfails/cotila
More info about enabling Copr repositories