summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
2011-11-03Cosmetic changes in Doxygen presentation.julie1695-27582/+22873
2011-11-01Never say never...julie754-4872/+2436
2011-11-01Last commit related to Doxygen integration following Albert's commentjulie1670-1917/+5255
2011-10-31Correct Warning detected during Doxygen Generation.julie287-3637/+7651
2011-10-13Correct wrong filenamejulie4-4/+4
2011-10-13adding link to individual download, the links will appear directly in Doxygen...julie1670-0/+13360
2011-10-12fix problem detected by Svenjulie4-16/+16
2011-10-12fix undeclared variables introduced in rev1017:fix to Ming Gu's bug julie2-3/+4
2011-10-06Integrating Doxygen in commentsjulie1695-155488/+284317
2011-10-04Changes to the SRC/Makefile to fix bugs that affected 'make single', 'make do...igor1751-33/+44
2011-10-03Fix to Ming Gu's bug in dqds. See post of LAPACK DEV message board for more ...lipshitz8-19/+152
2011-09-30deleted svn:executable SVN property on SRC/dgeqrt.figor1751-0/+0
2011-09-30Comments fix to be able to generate the new layout and the corresponding Doxy...julie257-582/+1005
2011-09-23Improve CMAKE BUILD system and OUTPUT PARSING when not all precisions are nee...julie1-5/+15
2011-09-23Commit patch sent by Sven.julie19-50/+50
2011-08-15Replace DOUBLE COMPLEX by COMPLEX*16julie5-25/+25
2011-08-09added new QRT routines to object listsjames1-4/+14
2011-08-08QR factorization for triangular-pentagonal matricesjames16-0/+5518
2011-08-08QRT (QR factorization with compact WY representation for Q) routines for gene...james16-0/+2760
2011-06-22Update the name change (rev 985) for the CMAKE buildjulie1-4/+4
2011-06-22Following Yana Gurieva (INTEL) 's commentjulie5-20/+22
2011-06-22added an additional "N*N" to xSTEDC workspace "WORK" to correct problem with ...james8-12/+12
2011-06-22Summer cleanupjulie9-13/+11
2011-06-21Added IF statement to prevent potential out of range errors with "K+1" indices.james2-4/+10
2011-06-07For Yana Gurieva (Intel), see forum post 2508 on Tue Jun 7th, 2011.langou2-2/+2
2011-06-02See post on the forum 2501 of Yana Gurieva from Intel. This fixes some typoslangou4-4/+4
2011-05-19Correct a workspace requirement comment in cbdsqr and zbdsqrjulie2-4/+2
2011-05-18Correction for Tobias.julie2-2/+2
2011-04-21fixed problems with zero matrix and scanjames4-11/+23
2011-04-20Apply Sebastien Fabbro patch for the cmake build.julie1-2/+2
2011-04-19Update the comment of ABSTOL according to Sven's recommendationjulie4-4/+12
2011-04-18Update ilaver and make.inc to 3.3.1julie1-3/+3
2011-04-13Upadte header for the modified routine for the 3.3.1 releasejulie722-1427/+1418
2011-04-07Second and hopefully last pass to homgenize notation for transpose (**T) and ...julie262-678/+679
2011-04-07decreased EPS by a factor of 0.9 to correct problem with orthogonality of U i...james1-1/+1
2011-04-05Correct bug0077 : [DS]GESVD Minimum Worksize comments need clarificationjulie2-2/+8
2011-04-02First pass to homgenize notation for transpose (**T) and conjugate transpose ...julie610-2889/+2894
2011-03-17While looking if bug0022 was corrected, found that some comments were not upd...julie3-59/+80
2011-03-10Formating code, use of * for comment, and follow other LAPACK stylejulie71-2443/+2447
2011-03-08Added missing Further Details description of V (copied from xLARFT)james4-4/+104
2011-03-07Remove multiple definition of cpotrsjulie1-1/+1
2011-03-04Correct bug 0076 reported by Intel Team on lapack forumjulie10-37/+93
2011-03-03Correct Workspace Query to make sure we return the max of LWORKOPT and LWORKMINjulie4-11/+19
2011-03-03One more workspace problem fixed...julie4-17/+27
2011-03-03The c generated code should be better nowjulie1-6/+6
2011-03-03Fix some workspace query problems found with the new interfacejulie4-17/+21
2011-03-03replaced "do/exit" scan logic with do while loopjames4-12/+16
2011-02-24changed matrix norm to 'M' (max) from 'I' (inf) for scaling of input matrixjames4-6/+11
2011-02-17removed confusing comments about JMAX, resolves bug0034james2-6/+0
2011-02-17removed confusing comments about JMAX, resolves bug0034james2-6/+0