Skip to content
/ matrix Public

A Matrix implementation written in C++ for learning purposes. Feel free to contribute. And there's probably some stuff missing...

License

Notifications You must be signed in to change notification settings

c650/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Implementation

Current Version: 0.2 Author: me License: MIT License

Why?

Well, I decided to write this code because I wanted to learn how to use matrices better. Also, I wanted to handle them with more abstraction than procedurally with a 2D array.

Read the comments in matrix.h to understand how to use the class. I am new to making documentation, but open to suggestions on making my project more understandable.

About

A Matrix implementation written in C++ for learning purposes. Feel free to contribute. And there's probably some stuff missing...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published