platform/upstream/lapack.git
2011-11-01 julieNever say never...
2011-11-01 julieLast commit related to Doxygen integration following...
2011-10-31 julieCorrect Warning detected during Doxygen Generation.
2011-10-25 julieadding error checker for gejsv, they were missing ...
2011-10-25 juliecorrection error checkers for sysv, posv, hesv, gbsv...
2011-10-25 julieadd name of the routine before call
2011-10-25 julieSkip n=0 for rfp test to protect against div by zero...
2011-10-13 julieCorrect wrong filename
2011-10-13 julieadding link to individual download, the links will...
2011-10-12 juliefixing end of routine
2011-10-12 julieset timeout to 36000 to enable test in quadruple prcisi...
2011-10-12 juliefix problem detected by Sven
2011-10-12 juliefix undeclared variables introduced in rev1017:fix...
2011-10-07 julieFix Problem in testing discovered with the LAPACK dashb...
2011-10-06 julieUse cmake to copy files at installation time
2011-10-06 julieIntegrating Doxygen in comments
2011-10-04 igor175Changes to the SRC/Makefile to fix bugs that affected...
2011-10-03 lipshitzFix to Ming Gu's bug in dqds. See post of LAPACK DEV...
2011-10-01 igor175Per consultation with Julie, added ./testieee to main...
2011-10-01 igor175Format changes to INSTALL/Makefile
2011-09-30 igor175deleted svn:executable SVN property on SRC/dgeqrt.f
2011-09-30 julieComments fix to be able to generate the new layout...
2011-09-30 igor175Refactored $(ALLOBJ) files in TESTING/MATGEN/Makefile...
2011-09-30 igor175Reverting previous bad commit and going back to revisio...
2011-09-29 igor175convinience change to Makefile to clean BLAS directory...
2011-09-26 julieAdd the LAPACK library as dependencies for testing...
2011-09-23 julieImprove CMAKE BUILD system and OUTPUT PARSING when...
2011-09-23 julieCommit patch sent by Sven.
2011-08-30 julieCommit pb in TESTING reported by Nadezhda (INTEL) on...
2011-08-15 julieCorrect Bug in the testing of CHERFSX function
2011-08-15 julieReplace DOUBLE COMPLEX by COMPLEX*16
2011-08-15 julieAdd missing files for GNU-built LAPACK DLLs with MS...
2011-08-11 jamestest routines for new QRT subroutines:
2011-08-09 julieCommiting BRAD patch
2011-08-09 jamesadded new QRT routines to object lists
2011-08-08 jamesQR factorization for triangular-pentagonal matrices
2011-08-08 jamesQRT (QR factorization with compact WY representation...
2011-06-28 julieCHANGE IN THE SCRIPT:
2011-06-27 juliemerge errors for number only mode
2011-06-27 julieAdd Julien's suggestions
2011-06-24 langou[ minor edits ]
2011-06-24 julieFirst try to get a nice script to analyze the LAPACK...
2011-06-22 jamesAdded N*N to LWEDC (and LRWEDC for complex cases) to...
2011-06-22 julieUpdate the name change (rev 985) for the CMAKE build
2011-06-22 julieFollowing Yana Gurieva (INTEL) 's comment
2011-06-22 jamesadded an additional "N*N" to xSTEDC workspace "WORK...
2011-06-22 julieSummer cleanup
2011-06-21 jamesAdded IF statement to prevent potential out of range...
2011-06-07 langouFor Yana Gurieva (Intel), see forum post 2508 on Tue...
2011-06-02 langouSee post on the forum 2501 of Yana Gurieva from Intel...
2011-05-19 julieCorrect a workspace requirement comment in cbdsqr and...
2011-05-18 julieCorrection for Tobias.
2011-04-21 jamesfixed problems with zero matrix and scan
2011-04-20 julieApply Sebastien Fabbro patch for the cmake build.
2011-04-19 julieUpdate the comment of ABSTOL according to Sven's recomm...
2011-04-18 julieUpdate ilaver and make.inc to 3.3.1
2011-04-15 julieUpdate Version Number in CMAKE
2011-04-14 julieUpdate README for 3.3.1
2011-04-13 julieUpadte header for the modified routine for the 3.3...
2011-04-07 julieSecond and hopefully last pass to homgenize notation...
2011-04-07 jamesdecreased EPS by a factor of 0.9 to correct problem...
2011-04-05 julieCorrect bug0077 : [DS]GESVD Minimum Worksize comments...
2011-04-02 julieFirst pass for BLAS to homgenize notation for transpose...
2011-04-02 julieFirst pass to homgenize notation for transpose (**T...
2011-03-17 julieWhile looking if bug0022 was corrected, found that...
2011-03-16 julieRemove GO TO STATEMENT in DROTMG/DROTM and SROTMG/SROTM.
2011-03-10 julieRemove the easy GO TO statments....still 13 to remove...
2011-03-10 julieFormating code, use of * for comment, and follow other...
2011-03-08 jamesAdded missing Further Details description of V (copied...
2011-03-07 julieRemove multiple definition of cpotrs
2011-03-06 julieAdded compiler options needed for HP Fortran
2011-03-04 julieCorrect bug 0076 reported by Intel Team on lapack forum
2011-03-03 julieCorrect Workspace Query to make sure we return the...
2011-03-03 julieCorrect and Add Error exit tests for *errtz
2011-03-03 julieOne more workspace problem fixed...
2011-03-03 julieThe c generated code should be better now
2011-03-03 julieFix some workspace query problems found with the new...
2011-03-03 jamesreplaced "do/exit" scan logic with do while loop
2011-02-28 julieAdded warning suppressions for the Intel compiler on...
2011-02-28 julieWrapped lines that extended past 72 columns
2011-02-26 julieCorrected a typo in the output message when setting...
2011-02-26 julieRe-worked type-size checks to search for differnt sizes...
2011-02-26 julieAdded a status message when using the supplied NETLIB...
2011-02-26 julieRecude RELEASE optimization level from O>3 to O2
2011-02-24 jameschanged matrix norm to 'M' (max) from 'I' (inf) for...
2011-02-17 jamesremoved confusing comments about JMAX, resolves bug0034
2011-02-17 jamesremoved confusing comments about JMAX, resolves bug0034
2011-02-17 jamesfixes bug0027: removed incorrect description of output...
2011-02-09 julieCorrect precision generation problem
2011-02-09 julieFix bug 0074
2011-02-07 julieFix Bug 0073: [Re] Add dummy routine in timer to avoid...
2011-02-07 julieMove CMake files to a subdirectory
2011-02-07 julieLink tmglib test library to lapack
2011-02-07 julieOrganize binaries into bin and lib directories
2011-02-07 julieRestore CMake packaging removed in r858
2011-02-07 julieRevert "Restore CMake packaging removed in r858"
2011-02-07 julieRevert "Organize binaries into bin and lib directories"
2011-02-07 julieRevert "Link tmglib test library to lapack"
2011-02-07 julieRevert "Move CMake files to a subdirectory"
2011-02-07 julieMove CMake files to a subdirectory
next