Commit Graph

38 Commits

Author SHA1 Message Date
kortschak
95501d6fa7 native: make constants constant where possible 2017-03-09 13:44:36 +10:30
kortschak
ce09d0a8a4 native: implement dtgsja and test 2017-02-24 06:47:37 +10:30
kortschak
fadf409885 native: implement dlaqp2 and test 2017-02-22 16:19:07 +10:30
Vladimir Chalupecky
1a9358e84b native,cgo: add error checking to Dlaswp and update docs 2017-02-08 06:35:04 +01:00
kortschak
16f05891df cgo,native: implement dlapmt and dlapll, and tests 2017-01-28 10:39:53 +10:30
Vladimir Chalupecky
fd815ff6d3 native,cgo: replace string literal in Dlasrt with string const 2016-12-09 18:46:28 +01:00
Vladimir Chalupecky
2fbe0d0651 native,cgo: replace string literals in Dlascl with string consts 2016-12-09 18:46:28 +01:00
Vladimir Chalupecky
0ddbe87d4b cgo: add Dorgql 2016-11-30 11:09:38 +01:00
Vladimir Chalupecky
e2a7d959d7 lapack,native,cgo: use lapack.EVJob instead of lapack.Job in Dhseqr 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
a1bf1eaa04 lapack,native,cgo: abbreviate EigVec to EV 2016-10-07 15:26:13 +09:00
Vladimir Chalupecky
11128ea0b7 lapack,native,cgo: add HowMany and EigVecSide types, constants, and panic strings 2016-09-28 13:55:25 +09:00
Vladimir Chalupecky
994841ff81 native,cgo: add badJob panic string 2016-08-30 09:58:01 +09:00
Vladimir Chalupecky
c1b5aabf63 native,cgo: add badIlo and badIhi messages 2016-06-08 15:17:53 +09:00
Vladimir Chalupecky
bfe93315da Merge branch 'dlaqr1' 2016-04-28 20:38:29 +09:00
Vladimir Chalupecky
1c0f966796 native, cgo: fix column check in checkMatrix 2016-04-26 16:18:32 +09:00
Vladimir Chalupecky
9527de67a6 native: add Dlaqr1 2016-04-26 10:05:54 +09:00
btracey
c21ccf39fe Add Dsteqr and test 2016-03-01 19:27:18 -07:00
btracey
f8c9938d62 # This is a combination of 3 commits.
# The first commit's message is:
fix merge

# The 2nd commit message will be skipped:

#	Add Dgesvd and test

# The 3rd commit message will be skipped:

#	implemented work thing
2016-01-06 21:34:29 -07:00
Brendan Tracey
ed772a7bca Merge pull request #76 from gonum/adddorgbr
Adddorgbr
2015-12-11 17:01:34 -08:00
btracey
b4c92ec2c1 Add Dorgbr and test. Fix bug in Dorgl2 while there 2015-12-11 17:00:35 -08:00
kortschak
2aacaffd6a native: make small constants more reader friendly 2015-12-11 18:35:27 +10:30
btracey
69fe9cef45 Add Dormbr and test 2015-12-10 08:16:12 -07:00
btracey
bd71f87f5f Add Dgebrd, Dgebd2, and Dlabrd and tests 2015-12-07 22:27:08 -07:00
btracey
be045bbf9a Add dorgqr and tests, update dorg2r tests, and fix cgo dorgqr 2015-10-27 17:45:04 -06:00
btracey
3d9d26a4f2 Add Dorg2r and test 2015-10-23 23:22:26 -06:00
btracey
173b0eaefc Merge from master 2015-10-14 20:24:29 -06:00
btracey
36786dd6fa Add Dlartg and test 2015-10-14 20:08:47 -06:00
btracey
1ea1bb2a96 Add dlasr 2015-10-14 19:04:49 -06:00
btracey
88f250e5f0 Add Dlantr 2015-09-06 18:30:39 -06:00
btracey
cceacb08d0 Pull from master 2015-09-05 13:55:27 -06:00
btracey
8debf09945 Add drscl and tests, and fix the dlamch parameters while here. 2015-09-05 13:43:07 -06:00
btracey
2bdd9d0180 Start adding dlarts 2015-09-05 12:32:10 -06:00
btracey
a0a68a3b68 Add dgetrf and tests
removed unnecessary requirement

Implement Dlaswp in both directions

Responded to PR comments
2015-08-01 21:20:48 -06:00
btracey
809045e88e Add Dgetf2 (unblocked LU algorithm) and tests
fixed incorrect comment and incorrect test

Real permutations and PR comments

Add cgo tests

fix indexing error

change return to ok

fix okays

fix ok
2015-07-29 23:48:29 -06:00
btracey
ec100cf00f Working implementation of blocked QR
Improved function documentation

Fixed dlarfb and dlarft and added full tests

Added dgelq2

Working Dgels

Fix many comments and tests

Many PR comment responses

Responded to more PR comments

Many PR comments
2015-07-15 00:43:15 -07:00
btracey
9351b1852e Added dlarf, tests, some auxiliary routines, and missing license headers
Added dlarf, tests, some auxiliary routines, and missing license headers

PR comments
2015-06-28 21:11:27 -07:00
btracey
578f42c8df Rearrange Lapack to be like BLAS. Implement cholesky decomposition
Responded to PR comments

modified travis file

Changed input and output types

added back needed types by cgo

Fixed perl script so it compiles

Changes to genLapack to allow compilation

Reinstate test-coverage.sh
2015-05-08 15:47:34 -07:00