summaryrefslogtreecommitdiffstats
path: root/include/mmmatrix.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update matrix test, add square matrix trace and fix commentsNao Pross2019-03-021-33/+64
|
* Fix matrix operator[] to allow M[j][k] and operator<< formattingNao Pross2019-03-011-28/+31
|
* Change storage for matrix to std::array, update matrix_exampleNao Pross2019-02-231-31/+29
|
* Add initializer_list constructor to basic_matrix and matrix testNao Pross2019-02-231-50/+98
|
* Start specializations of basic_matrixNao Pross2019-02-231-6/+95
|
* Add operator<< for basic_matrixNao Pross2019-02-231-2/+14
|
* Add +, -, * operators to mm::basic_matrixNao Pross2019-02-231-13/+147
|
* Undo directory structure changeNao Pross2019-02-221-0/+59