Vladimir Chalupecky
7a88995ca8
lapack/gonum: rewrite Dlartg to use safe scaling from https://doi.org/10.1145/3061665
2021-03-20 09:49:59 +01:00
Dan Kortschak
da72779e7a
floats/scalar: new package containing non-vector functions from floats
2020-08-07 07:59:02 +09:30
Brendan Tracey
5d5638e674
stat/*: Update functions to take empty matrices ( #1102 )
...
* stat/*: Update functions to take empty matrices
Change TorgersonScaling to require an empty matrix. Users who want to reuse data can call Reset now that it is exposed. This function is different than others because the return size is unknown. Forcing the input matrix to be empty makes it clear that the dst matrix will be dynamically resized
Fixes #1081 .
2019-10-09 23:20:26 +01:00
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
Dan Kortschak
9d66d7e8f5
mat: rename NewDiagonal to NewDiagDense
2018-12-14 22:45:14 +10:30
Brendan Tracey
7f00e25224
mat: Add Diagonal interface and DiagDense type ( #594 )
...
mat: Add Diagonal interface and DiagDense type
Fixes 592.
2018-10-04 21:05:13 +01:00
Vladimir Chalupecky
be2398aa0a
stat: test that principal vectors are orthonormal
2018-05-14 15:29:47 +02:00
Vladimir Chalupecky
ba27369da3
stat: handle non-unique results in test for PC
2018-05-14 15:29:47 +02:00
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
kortschak
03a2dba19b
stat: append To suffix to extraction methods
2017-06-22 12:38:26 +09:30
Brendan Tracey
0d639745f1
all: update packages from mat64 to mat.
...
This mostly changes package name and code, but also fixes a couple of name clashes with the new package names
2017-06-13 10:28:21 -06:00
kortschak
ced0e4b7d5
lapack/native,stat: skip noasm-failing tests
2017-05-26 14:05:05 +09:30
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
61c782d390
stat: imported stat as a subtree
2017-05-23 00:02:52 -06:00