Skip to content

A simple Generic Matrix class written in C++ that uses std::vector for the data container.

Notifications You must be signed in to change notification settings

sergiohc101/MatrixCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MatrixCPP

A simple Generic Matrix class written in C++ that uses std::vector for the data container.

Use testCode to test the Matrix and Vector Classes

About

A simple Generic Matrix class written in C++ that uses std::vector for the data container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages