An open API service indexing awesome lists of open source software.

https://github.com/depermitto/mat

Simple needs matrix library for C++23
https://github.com/depermitto/mat

cpp23 cpp23-library matrix matrix-library

Last synced: 3 months ago
JSON representation

Simple needs matrix library for C++23

Awesome Lists containing this project

README

          

#+title: Experimental header-only matrix library
#+Author: Depermitto

*mat* includes two types of _on-compile checked static sized_ matrices:
- Mat: First attempt, template specialized
- Mamut: /Iterator-friendly/ and mutable when possible revision of *Mat*. It is also Doxygen documented.