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

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++

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