https://github.com/maximfersko/template-matrix-library
implementation of matrices in C++
https://github.com/maximfersko/template-matrix-library
cpp cpp17 data-structures library matrices temlate-in-cpp
Last synced: 9 months ago
JSON representation
implementation of matrices in C++
- Host: GitHub
- URL: https://github.com/maximfersko/template-matrix-library
- Owner: maximfersko
- License: gpl-3.0
- Created: 2023-02-09T16:59:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T17:00:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T05:29:18.461Z (about 1 year ago)
- Topics: cpp, cpp17, data-structures, library, matrices, temlate-in-cpp
- Language: C++
- Homepage:
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Matrix
implementation of matrices in C++
### Matrix Operations
`bool eq_matrix(const Matrix& other)` - Checks matrices for equality with each other