MTLT

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

MIT License

Stars
15

Bot releases are hidden (Show)

MTLT - MTL Project template cmake Latest Release

Published by tonitaga about 1 year ago

in *.zip archive is an MTL template cmake project
To configure mtl project template follow the instructions in mtl-template folder in README.md

MTLT - MatrixTemplate Library Version 1.1

Published by tonitaga about 1 year ago

Matrix Template Library Support with standards C++11 C++14 C++17 C++20, but only for fundamental types, have compile time computations for static_matrix class from C++17 standard, was remade matrix debug settings, and fixed iterators bugs

MTLT - matrix-v1.0

Published by tonitaga about 1 year ago

Matrix Template Library Only For C++20 Standard, supports only for fundamental types, have compile time computations for static matrix class