summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The matrix library is compiling and all tested operations work fine.ancarola2019-07-011-7/+7
| | | | | | | | | Next goals: - Implement optimisations for multiplication in K-diagonal - Add adjoint operation for complex matrices - Determinant - Algorithms: Gauss Jordan
* Optimized matrix sectionancarola2019-06-301-9/+9
| | | | | - Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1)
* Merge branch 'master' into matricesNao Pross2019-06-242-2/+2
|\
| * Update CMakeLists and structure under includeNao Pross2019-06-221-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-232-0/+45
|/
* Add test to cmakeNao Pross2019-02-232-0/+28
|
* Test directory creationancarola2019-02-051-0/+62