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
- Host: GitHub
- URL: https://github.com/depermitto/mat
- Owner: Depermitto
- Created: 2024-03-09T14:39:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T16:55:15.000Z (over 1 year ago)
- Last Synced: 2024-11-15T02:18:21.463Z (about 1 year ago)
- Topics: cpp23, cpp23-library, matrix, matrix-library
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
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.