Skip to content

Matrix class with basic matrix operations like addition, subtraction, multiplication, scalar multiplication, exponentiation and swapping rows/columns.

Notifications You must be signed in to change notification settings

filipkorus/matrix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix calculator

It was written for Basics of Computer Science course at AGH UST in Cracow.

About

There is a matrix class implemented in C++ with simple user interface to test code. The class itself consists of matrix operations like addition, subtraction, multiplication, scalar multiplication, exponentiation and swapping rows/columns. Almost every of above is implemented using operator overloading. You can also do something like std::cout << myMatrix << '\n'; due to output stream overload.

About

Matrix class with basic matrix operations like addition, subtraction, multiplication, scalar multiplication, exponentiation and swapping rows/columns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published