Skip to content

Files

Latest commit

6ac2416 · Jan 6, 2021

History

History

Matrix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2021
Jan 5, 2021
Jan 5, 2021
Jan 6, 2021
Jan 5, 2021
Jan 6, 2021

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: ouput2.png