Files
libmatricxx/README
Marc Wäckerlin 17e6364f45 initial project
2016-07-30 08:50:44 +00:00

7 lines
348 B
Plaintext

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).