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
- Host: GitHub
- URL: https://github.com/meysam81/matrix
- Owner: meysam81
- Created: 2018-02-01T09:53:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T09:55:59.000Z (over 7 years ago)
- Last Synced: 2025-01-23T03:16:49.156Z (5 months ago)
- Topics: 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
- Language: C++
- Size: 157 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matrix
a very simple implementation of a 3 * 3 matrix in c++, from back in college