mtlt v1.0.0
- Created
- 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
# Usage
The package mtlt provides CMake targets:
find_package(mtlt REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE mtlt::mtlt)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Gubaydullin Nurislam