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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update matrix test, add square matrix trace and fix comments
Nao Pross
2019-03-02
1
-33
/
+64
*
Fix matrix operator[] to allow M[j][k] and operator<< formatting
Nao Pross
2019-03-01
1
-28
/
+31
*
Change storage for matrix to std::array, update matrix_example
Nao Pross
2019-02-23
1
-31
/
+29
*
Add initializer_list constructor to basic_matrix and matrix test
Nao Pross
2019-02-23
1
-50
/
+98
*
Merge branch 'master' into matrices
Nao Pross
2019-02-23
1
-1
/
+1
|
\
|
*
Add test to cmake
Nao Pross
2019-02-23
1
-1
/
+1
*
|
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
2
-6
/
+28
|
\
\
|
|
/
|
*
CMakeLists: include fixes, include tree structure modified
ancarola
2019-02-11
2
-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
2
-0
/
+0
*
|
Add initial implementation for mmmatrix and update to build.ninja
Nao Pross
2019-02-07
1
-0
/
+59
|
/
*
Change public headers directory (include) structure
Nao Pross
2019-02-07
2
-0
/
+11
*
Move public headers in include/
HEAD
ready
master
Nao Pross
2019-01-22
1
-0
/
+308