Commit Graph

14 Commits

Author SHA1 Message Date
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
376807a880 Add the linear solve routines (Dgetrs, Dgels) to the lapack64 interface 2015-08-04 00:15:50 -06:00
btracey
80e9717bf5 Add LQ factorization to cgo and tests
Responded to PR comments
2015-08-03 23:14:09 -06:00
btracey
0331cab04a Add QR factorization to lapack64 interface. 2015-08-03 10:21:37 -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
dane
4547258c72 Remove ColMajor support 2014-06-06 11:12:21 +02:00
dane
b5217e8f58 added c-binding generator 2014-04-30 19:05:16 +02:00
David Neumann
b1211f0cc9 added some functionality 2014-04-28 13:54:52 +02:00
David Neumann
2089c0d4fa added svd 2014-04-22 23:45:16 +02:00
David Neumann
5bc746874e adapted to blas changes 2014-02-04 21:56:46 +01:00
David Neumann
8663ca8eaa qr working with lapacke binding 2014-02-03 01:25:48 +01:00
David Neumann
da2378864e added dqr 2014-01-29 21:25:01 +01:00