Skip to content

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

By Will Rosenberg and Aroon Sankoh

Class implementing matrices in C++. We implement basic matrix operations such as addition, multiplication, row reduction and more using matrix objects represented by a 1D array. Note that all of our operations are cache-efficient, as in they can be computed on systems with extremely inefficient caching.

This project is best run on CLion and C++17, in which case please import the entire library. If run on other IDE's, only import the src and README files.

About

Class implementing matrices in c++

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages