{"id":61113,"library":"mtlt","title":"MTLT","description":"A header-only math matrix library for compile-time calculations, atomic operations, and basic matrix operations in STL style.","status":"active","version":"1.0.0","language":"cpp","source_language":null,"source_url":null,"tags":["math","matrix","header-only","compile-time"],"install":[{"cmd":"vcpkg install mtlt","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(mtlt CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE mtlt::mtlt)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"mtlt/mtlt.h","correct":"#include <mtlt/mtlt.h>"}],"quickstart":{"code":"#include <mtlt/mtlt.h>\n#include <iostream>\n\nint main() {\n    mtlt::matrix<2, 2, int> m = {{1, 2}, {3, 4}};\n    auto det = m.determinant();\n    std::cout << det << std::endl;\n    return 0;\n}","lang":"cpp","description":"Creates a 2x2 integer matrix and computes its determinant."},"warnings":[],"env_vars":null,"search_vec":"'atom':14 'basic':17 'calcul':13 'compil':11,29 'compile-tim':10,28 'header':4,26 'header-on':3,25 'librari':8 'math':6,23 'matrix':7,18,24 'mtlt':1 'oper':15,19 'stl':21 'style':22 'time':12,30","created_at":"2026-06-17T04:38:57.101161+00:00","updated_at":"2026-06-17T04:38:57.101161+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}