Dan Kortschak
17ea55aedb
blas,lapack: clean up docs and comments
...
Apply (with manual curation after the fact):
* s/^T/U+1d40/g
* s/^H/U+1d34/g
* s/, {2,3}if / $1/g
Some additional manual editing of odd formatting.
2019-09-06 20:02:29 +09:30
Vladimir Chalupecky
24791c35e9
blas/gonum: add Ztrmm with test
2019-01-17 17:29:26 +01:00
Vladimir Chalupecky
ff4d47a8e5
blas/gonum: add Zsymm with test
2019-01-15 21:56:57 +01:00
Vladimir Chalupecky
20d2a2bc77
blas/gonum: add Zsyrk with test
2019-01-10 12:18:00 +01:00
Vladimir Chalupecky
bf4bccac52
blas/gonum: add Zgemm with test
2019-01-10 12:18:00 +01:00
Chad Kunde
73e313d592
blas/testblas: Added Sger benchmarking.
2018-04-21 07:28:46 +09:30
Vladimir Chalupecky
d38bfd5a8d
blas/testblas: rename zPackHermitianBand to zPackTriBand
2018-03-19 08:38:45 +01:00
Vladimir Chalupecky
d6d3a5841a
blas/testblas: add test for Zhbmv
2018-03-19 08:38:45 +01:00
Vladimir Chalupecky
ed9c56447c
blas/testblas: add test for Zgbmv
2018-03-07 13:04:14 +01:00
Vladimir Chalupecky
04a2918da8
blas/testblas: add min function
2018-03-07 13:04:14 +01:00
Vladimir Chalupecky
1687f1afa4
blas/testblas: add znan variable and use it in tests
2018-01-12 12:23:16 +01:00
Vladimir Chalupecky
e2b441ced2
blas/testblas: rename packHermitian and unpackHermitian
2018-01-12 12:23:16 +01:00
Vladimir Chalupecky
d53c95cad3
blas/testblas: fix comment for zEqualApproxAtStrided
2017-12-11 12:30:39 +01:00
Vladimir Chalupecky
bcfef29027
blas/testblas: split zEqualApprox into 2 functions
2017-12-11 12:30:39 +01:00
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