summaryrefslogtreecommitdiffstats
path: root/test/matrix_example.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update access model for operator|Nao Pross2019-10-101-22/+50
* New matrix data model (breaks everything)Nao Pross2019-10-051-22/+0
* Implicit convertion to basic_vec to vec2 or vec3ancarola2019-07-101-1/+5
* The matrix library is compiling and all tested operations work fine.ancarola2019-07-011-7/+7
* Optimized matrix sectionancarola2019-06-301-9/+9
* Merge branch 'master' into matricesNao Pross2019-06-241-1/+1
* Update matrix test, add square matrix trace and fix commentsNao Pross2019-03-021-1/+26
* Fix matrix operator[] to allow M[j][k] and operator<< formattingNao Pross2019-03-011-0/+4
* Change storage for matrix to std::array, update matrix_exampleNao Pross2019-02-231-2/+14
* Add initializer_list constructor to basic_matrix and matrix testNao Pross2019-02-231-0/+13