Registry / utility / mtlt
library1.0.0vcpkgunverified

A header-only math matrix library for compile-time calculations, atomic operations, and basic matrix operations in STL style.

vcpkg install mtlt
INSTALL
IMPORT
SIG · MTLT
M
mtlt
utilitycppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mtlt/mtlt.h
#include <mtlt/mtlt.h>

Creates a 2x2 integer matrix and computes its determinant.

#include <mtlt/mtlt.h> #include <iostream> int main() { mtlt::matrix<2, 2, int> m = {{1, 2}, {3, 4}}; auto det = m.determinant(); std::cout << det << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

mtlt — pip install mtlt · libregistry