Commit Graph

9 Commits

Author SHA1 Message Date
Samer Afach 67e7bb707b Merge branch 'master' of https://git.afach.de/samerafach/Polymath 2017-09-02 23:19:31 +02:00
Samer Afach 4a7d729ebc Added LICENSE.txt 2017-09-02 23:19:17 +02:00
Samer Afach 65e10e094a Update Matrix.h 2017-01-14 19:00:36 +01:00
Samer Afach d09bf4d2bf -Added Hermitian and symmetric matrices multiplication
-Fixed imaginary numbers printing by removing excess "+" when imaginary
part is negative
-
2016-11-11 19:18:59 +01:00
Samer Afach 7e6076af68 Optimizations and fixes for Windows compatibility. 2016-11-10 20:12:43 +01:00
Samer Afach 07043ecb2d Inplace operators use std::transform(); and fixed resize problem when
resizing from bigger to smaller matrix.
2016-11-08 16:03:47 +01:00
Samer Afach d5638d0f65 Many fixes and tests of the initial release of Polymath. 2016-10-20 18:49:18 +02:00
Samer Afach 03ff1f639a Cleaned size checks.
Added functions: zeros, ones, trace, elementWiseProduct and
elementWiseProduct_inplace
renamed functions to be with _inplace when they replace "this".
2016-10-17 23:24:04 +02:00
Samer Afach f65ea9ccbd First commit of Polymath 2016-10-17 18:11:29 +02:00