initial project

This commit is contained in:
Marc Wäckerlin
2016-07-30 08:50:44 +00:00
commit 17e6364f45
35 changed files with 5776 additions and 0 deletions

7
README Normal file
View File

@@ -0,0 +1,7 @@
C++ Matrix Template Library
Library to provide mathematical matices as standard C++ types. Allows
any size of matrix containning any type of values. Supports matrix
specific function, like trasnposition, determinant or inversion,
soupports mathematical operations like addition, subtraction,
multiplication and division (using the inverse matrix).