Skip to content

akalicki/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published