Commit Graph

9 Commits

Author SHA1 Message Date
Vladimir Chalupecky
0c9ab78926 lapack,native: rename EigDecomp and EigBoth consts to OriginalEV and TridiagEV
As a side effect fix the documentation of Dsteqr which has the description
reversed.
2016-10-14 00:38:37 +09:00
Vladimir Chalupecky
a219b045f0 lapack: rename EigComp to EVComp
This follows the naming style of EVJob and EVSide.
2016-10-14 00:38:37 +09:00
Vladimir Chalupecky
f3d79efebc lapack: remove EigValueOnly constant
'None' can be used instead.
2016-10-14 00:38:37 +09:00
kortschak
4813c5ed41 native: mark internal routines
These (generally) cannot be made unexported because we test via
testlapack.

Also fix a name and some capitalisation.
2016-03-21 06:27:36 +10:30
kortschak
55e3701411 native: fix scale call 2016-03-19 07:00:16 +10:30
kortschak
f5ee9219e1 native: restructure dsterqr.go part 3
Remove obviously redundant assignment.
2016-03-19 07:00:16 +10:30
kortschak
ef26d14108 native: restructure dsterqr.go part 2
Declare vars later.
2016-03-19 07:00:16 +10:30
kortschak
fc65060520 native: restructure dsterqr.go part 1
Remove gotos.
2016-03-19 07:00:16 +10:30
btracey
c21ccf39fe Add Dsteqr and test 2016-03-01 19:27:18 -07:00