lapack
lapack copied to clipboard
LAPACK development repository
It is a common pattern in active learning applications to take some initial dataset, solve a least squares problem for it, use the least squares fit to generate more training...
Recently there were some changes to these functions and now the ```biology/treekin``` port breaks: ``` In file included from calcpp.cpp:6: ./calcpp.h:317:74: error: too few arguments to function call, expected 23,...
We are working on a translation of LAPACK to .NET. We wrote a FORTRAN compiler which successfully translates all of LAPACK, including all tests. On real data types (almost) all...
Currently debian has (some) separate headers for blas64 and cblas64 (though not from the reference implementation). I am not sure if they are correct or not, with regards to the...
Hello everybody, recently I stumbled across an error when using ssyevd via the lapacke interface. It points to a problem in the lapack interface in general. It goes like this:...
Digging everywhere, there doesn't seem to be any working or consistent method for building librefblas.so and liblapack.so using make. The cmake option is not an option, as inconsistencies in the...
Bug report from David Hough Subject: dlasy2.f: substitution for small pivots does not always help Date: Fri, 31 Oct 2014 13:50:08 -0700 (PDT) The LAPACK TESTING functions dchkee.f ddrves.f dlatme.f...
This is a bug report from David Hough Subject: LAPACK slaln2.f: more accuracy hurts if not consistent Date: Wed, 29 Oct 2014 15:29:20 -0700 (PDT) Another example turned up by...
There is a vector version of xLARTG used in LAPACK, xLARGV. It has not been updated with the new safe-scaling routines as xLARTG. We should update xLARGV, xLARTGP and xLARTGS....
**Description** * DGEHRD reduces a general matrix A to upper Hessenberg form * DHSEQR computes eigenvalues of a matrix of Hessenberg form and the Schur form but in dget38.f, comments...