Skip to content

mowteam/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •