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

https://github.com/meysam81/matrix

a very simple implementation of a 3 * 3 matrix in c++, from back in college
https://github.com/meysam81/matrix

2d-array 2d-arrays array arrays constructor cplusplus encapsulation getter getters matrix operator operator-overloading operator-overloads operators setter setters square-matrices static-members static-method

Last synced: 3 months ago
JSON representation

a very simple implementation of a 3 * 3 matrix in c++, from back in college

Awesome Lists containing this project

README

        

# matrix
a very simple implementation of a 3 * 3 matrix in c++, from back in college