index
:
libmm
master
matrices
ready
Mathematical C++ library that (ab)uses abstraction
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
Optimising matrices access and operations
ancarola
3
-9
/
+832
2019-06-22
Update CMakeLists and structure under include
Nao Pross
2
-0
/
+0
2019-03-02
Update matrix test, add square matrix trace and fix comments
Nao Pross
1
-33
/
+64
2019-03-01
Fix matrix operator[] to allow M[j][k] and operator<< formatting
Nao Pross
1
-28
/
+31
2019-02-23
Change storage for matrix to std::array, update matrix_example
Nao Pross
1
-31
/
+29
2019-02-23
Add initializer_list constructor to basic_matrix and matrix test
Nao Pross
1
-50
/
+98
2019-02-23
Make childs inherit all basic_vec constructors with lang syntax
Nao Pross
1
-14
/
+3
2019-02-23
Start specializations of basic_matrix
Nao Pross
1
-6
/
+95
2019-02-23
Add test to cmake
Nao Pross
1
-1
/
+1
2019-02-23
Add operator<< for basic_matrix
Nao Pross
1
-2
/
+14
2019-02-23
Add +, -, * operators to mm::basic_matrix
Nao Pross
1
-13
/
+147
2019-02-22
Undo directory structure change
Nao Pross
2
-0
/
+0
2019-02-11
CMakeLists: include fixes, include tree structure modified
ancarola
2
-0
/
+0
2019-02-07
Add move constructor and move operator= to mmvec
Nao Pross
1
-6
/
+28
2019-02-07
Add initial implementation for mmmatrix and update to build.ninja
Nao Pross
1
-0
/
+59
2019-02-07
Change public headers directory (include) structure
Nao Pross
2
-0
/
+11
2019-01-22
Move public headers in include/
HEAD
ready
master
Nao Pross
1
-0
/
+308