| Commit message (Expand) | Author | Age | Files | Lines |
* | Update matrix test, add square matrix trace and fix comments | Nao Pross | 2019-03-02 | 2 | -34/+90 |
* | Fix matrix operator[] to allow M[j][k] and operator<< formatting | Nao Pross | 2019-03-01 | 2 | -28/+35 |
* | Change storage for matrix to std::array, update matrix_example | Nao Pross | 2019-02-23 | 2 | -33/+43 |
* | Add initializer_list constructor to basic_matrix and matrix test | Nao Pross | 2019-02-23 | 3 | -50/+143 |
* | Merge branch 'master' into matrices | Nao Pross | 2019-02-23 | 4 | -1/+33 |
|\ |
|
| * | Add test to cmake | Nao Pross | 2019-02-23 | 4 | -1/+33 |
* | | Start specializations of basic_matrix | Nao Pross | 2019-02-23 | 1 | -6/+95 |
* | | Add operator<< for basic_matrix | Nao Pross | 2019-02-23 | 1 | -2/+14 |
* | | Add +, -, * operators to mm::basic_matrix | Nao Pross | 2019-02-23 | 1 | -13/+147 |
* | | Merge branch 'master' into matrices | Nao Pross | 2019-02-22 | 8 | -45/+157 |
|\ \
| |/ |
|
| * | Fix typos and other minor errors | Nao Pross | 2019-02-11 | 1 | -13/+8 |
| * | Small conflict solved | ancarola | 2019-02-11 | 1 | -1/+5 |
| |\ |
|
| | * | Fix MMConfig.cmake.in | Nao Pross | 2019-02-11 | 1 | -0/+4 |
| * | | CMakeLists: include fixes, include tree structure modified | ancarola | 2019-02-11 | 5 | -2/+15 |
| |/ |
|
| * | Add CMake configuration, delete ninja files | Nao Pross | 2019-02-10 | 4 | -38/+116 |
| * | Merge remote-tracking branch 'github/master' | Nao Pross | 2019-02-10 | 1 | -0/+0 |
| |\ |
|
| | * | Test directory creation | ancarola | 2019-02-05 | 1 | -0/+0 |
| * | | Add move constructor and move operator= to mmvec | Nao Pross | 2019-02-07 | 1 | -6/+28 |
* | | | Undo directory structure change | Nao Pross | 2019-02-22 | 3 | -1/+1 |
* | | | Add initial implementation for mmmatrix and update to build.ninja | Nao Pross | 2019-02-07 | 3 | -2/+63 |
|/ / |
|
* | | Change public headers directory (include) structure | Nao Pross | 2019-02-07 | 3 | -1/+12 |
|/ |
|
* | Move public headers in include/HEADreadymaster | Nao Pross | 2019-01-22 | 2 | -1/+1 |
* | Delete makefile | Nao Pross | 2019-01-22 | 1 | -8/+0 |
* | Add ninja rule to build example | Nao Pross | 2019-01-22 | 1 | -0/+5 |
* | Add ninja build files to create a shared and static library | Nao Pross | 2019-01-22 | 5 | -3/+38 |
* | Fix file name in header of mmvec.hpp | Nao Pross | 2019-01-21 | 1 | -1/+1 |
* | Add member operator =, +=, -=, *= overloads for basic_vec | Nao Pross | 2019-01-21 | 2 | -8/+70 |
* | Initial commit, add mmvec.hpp with example, makefile and .gitignore | Nao Pross | 2019-01-20 | 4 | -0/+317 |