Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katarinamolotova/matrix.h-cpp
https://github.com/katarinamolotova/matrix.h-cpp
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katarinamolotova/matrix.h-cpp
- Owner: katarinamolotova
- Created: 2022-07-13T16:47:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T15:17:15.000Z (about 2 years ago)
- Last Synced: 2025-01-06T17:29:54.264Z (2 days ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matrix.h
In this project, I implemented the matrix library s21_matrix with using the object-oriented approach. The object-oriented approach allows to implement a library for matrices as a separate class whose objects have defined operations, that can be represented both as methods and as standard operators +, -, *, etc.
## Stack
С++, OOP