Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Chalupecky
bbe1b3b1a6 blas/testblas: add packHermitian and unpackHermitian helper functions 2017-12-08 11:47:46 +01:00
Vladimir Chalupecky
65c0b63e47 blas/testblas: add zEqualApprox 2017-12-06 12:15:57 +01:00
Vladimir Chalupecky
f74a50354d blas/testblas: enable passing nil data to makeZGeneral 2017-12-06 12:15:57 +01:00
Vladimir Chalupecky
d4b3b7957c blas/testblas: fix zsame and adjust tests
Previously, the test condition for same-ness of two
complex numbers was wrong. The presence of even a single NaN in the real
or imaginary component of either number made both numbers to be
considered same.

This fix changes the logic so that two complex numbers are considered
same if:
* both numbers have both components NaN
* both numbers have one component NaN and the other is exactly equal
* both numbers have both components exactly equal
2017-12-06 12:15:57 +01:00
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Chad Kunde
3477438627 blas/gonum: Fix NaN popagation in Dger. (#225)
Fixes  #224

Fix NaN popagation in Dger.  Remove unneeded temp variables in Dger.

Generate level2single with Dger changes.
2017-09-02 19:44:23 -07:00
Vladimir Chalupecky
3c1eea3528 blas/testblas: add functions for making complex vectors and matrices 2017-08-12 00:09:52 +02:00
Vladimir Chalupecky
7e4962f450 blas/gonum: add Zaxpy 2017-07-19 12:55:14 +02:00
Vladimir Chalupecky
d44c4585bd blas/testblas: replace for loop with copy 2017-06-02 06:51:22 +02:00
Brendan Tracey
d33397aa65 all: change import paths 2017-05-23 00:03:03 -06:00
Brendan Tracey
f3d87b6612 blas: imported blas as a subtree 2017-05-23 00:02:42 -06:00