mtltv1.0.0
- Updated
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
- Project website: https://github.com/tonitaga/MTLT
#Usage
The package mtlt provides CMake targets:
find_package(mtlt REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE mtlt::mtlt)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Gubaydullin Nurislam