summaryrefslogtreecommitdiff
path: root/lapacke/src
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22Following Mathieu's request, some part of lapacke.h were moved to ↵julie2066-2066/+44
lapacke_utils.h (the definition of ABS, MAX, MIN, etc...) Those were conflicting with PLASMA internal definitions. LAPCKE Routines are now just including lapacke_utils.h which in turn includes lapacke.h
2012-03-20Add csyr and zsyr needed by the PLASMA projectjulie6-1/+297
2012-01-11Fix LAPACKE makefile to only include XBLAS routine if USEXBLAS is definedjulie1-5/+2021
2012-01-10Adding CMAKE Support for LAPACKE.julie1-2/+2013
Now we can generate dll for LAPACK and LAPACKE directly for Mingw so that FORTRAN compiler is longer needed. Because LAPACKE contains some routines from MATGEN (for PLASMA), LAPACKE will requires the tmglib library. Add some LAPACK 3.4.0 routines were missing in the CMAKE LAPACK build.
2012-01-06Add Rook pivoting routines to LAPACKEjulie8-0/+770
2011-12-09This time, I believe I catch them all...julie4-7/+9
2011-12-09Some more and fix previous mistakes ...julie12-34/+24
2011-12-09Put declaration before executable statment to respect ISO 99 standard ↵julie78-254/+319
(Windows compiler was barking)
2011-12-03Integrate LAPACKE into LAPACK make and CMAKE build system.julie2-3/+5
First commit, works on my mac! Need to see how to adapt to intel compilers and of course Windows. LAPACKE is not built by default. Is that OK? User need to type 'make lapackelib' to generate the lib I add a couple of examples taken from MKL LAPACKE 'make lapacke_example'
2011-11-11Add lapacke inside LAPACKjulie2055-0/+190249