Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katarinamolotova/matrix.h-cpp


https://github.com/katarinamolotova/matrix.h-cpp

Last synced: 2 days ago
JSON representation

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