JamesTCurran / matrix

A simple C++ matrix class with standard operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix.cpp

A simple mathematical matrix class written in C++ to be reused for future assignments in my Computational Linear Algebra class. The Matrix class comes loaded with basic operations such as addition, multiplication, element access, input and output, identity matrix creation, and simple linear system solving methods.

Disclaimer

I've uploaded this code primarily to demonstrate my approach to common problems involving matrices. The code almost definitely constains significant bugs and solves numerous problems in a naive, inefficient, and incomplete manner. Use at your own risk.

License

This project is released under the MIT License.

About

A simple C++ matrix class with standard operations

License:MIT License