Skip to content

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

#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.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Gubaydullin Nurislam's avatarGubaydullin Nurislam

#Changelog

  • 0e89297[mtlt] Add new port (#36105)