Skip to content

AnxVit/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Matrix

I decided to create my own Matrix type

matrix_utilities.h/.hpp

Implementation of operator overload <<.

Compute_with calculates the width between matrix elements

marix.h/.hpp

The linalg namespace contains the Matrix, MatrixException and Proxy classes.

Matrix

MatrixException

Inherited from std::exception

Exceptions:

  1. IncorrectDimensions - Incorrect dimenssions
  2. OutOfRangeException - Out of range exception

###Proxy Proxy class created to implement the operator[][]

test

Some tests to check

About

I decided to create my own Matrix type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published