Skip to content

Latest commit

 

History

History

Matrix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Overview

A simple Matrix class design that represents mathematical matrix. It provides functions for basic arithmetic operations and also some utilities like transpose, isSquareMatrix and checkDimensions.

I have overloaded the arithmetic operators and also the insertion operator for easy access of functions.

Here's a sample output of the usage of Matrix class: