Tonitaga 2024. MTLT is a header-only math matrix library that allows you to do compile-time calculations, perform atomic operations, and contains all the basic operations on matrices. The library is written in STL style, supports joint work with STL algorithms. Since C++11
The package mtlt provides CMake targets:
find_package(mtlt REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE mtlt::mtlt)
v1.0.0#0
All
MIT
Manifest