Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Chalupecky
25d47204ec native,cgo: update docs for Dormqr 2016-08-25 20:10:27 +09:00
Vladimir Chalupecky
e3907e93c8 native: be stricter with length of tau in Dormqr 2016-08-24 15:09:02 +09:00
Vladimir Chalupecky
b28cd3dcad native: clean up Dormqr 2016-08-24 14:59:50 +09:00
Vladimir Chalupecky
969d03f434 native: use work instead of allocating matrix T in Dormqr 2016-08-24 11:33:11 +09:00
Vladimir Chalupecky
032a556043 native: fix computation of ldwork in Dormqr 2016-08-23 15:02:54 +09:00
kortschak
dcb86f9c16 cgo,native: explicitly check len(work) in Dormqr 2016-04-26 15:14:02 +09:30
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
e799865a57 lapack/{cgo,native}: fix spelling errors 2016-02-10 10:31:40 +10:30
kortschak
2c6ed20ea9 native: clean up return use
* Populate naked returns.
* Remove returns where other control flow returns implicitly.
2015-11-17 15:16:40 +10:30
btracey
2e760db794 Add cgo and lapack64 functions for performing a QR and LQ solve from the factorization 2015-08-10 23:56:05 -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