Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-11 | Update version number to 3.4.0 | julie | 1 | -1/+1 | |
2011-11-03 | Cosmetic changes in Doxygen presentation. | julie | 1 | -13/+11 | |
Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all. | |||||
2011-11-01 | Never say never... | julie | 1 | -2/+1 | |
2011-11-01 | Last commit related to Doxygen integration following Albert's comment | julie | 1 | -1/+3 | |
2011-10-13 | adding link to individual download, the links will appear directly in ↵ | julie | 1 | -0/+8 | |
Doxygen html documentation | |||||
2011-10-06 | Integrating Doxygen in comments | julie | 1 | -61/+122 | |
2011-04-13 | Upadte header for the modified routine for the 3.3.1 release | julie | 1 | -2/+2 | |
2011-03-04 | Correct bug 0076 reported by Intel Team on lapack forum | julie | 1 | -4/+14 | |
Problem in ?(sy/he)tri2 was found. For matrices with small N subroutine pass parameter NBMAX to ?(sy/he)tri2x which could be large than N. In test for this functionality this is hide. Local test subroutine ilaenv.f pass proper values of NB. But if use ordinary ilaenv we will get mistake. If we implemented IF ( NBMAX .GE. N ) THEN MINSIZE = N ELSE MINSIZE = (N+NBMAX+1)*(NBMAX+3) END IF and will call IF( NBMAX .GE. N ) THEN CALL SSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) ELSE CALL SSYTRI2X( UPLO, N, A, LDA, IPIV, WORK, NBMAX, INFO ) END IF the problem will be solved. Some other minor changes on workspace query. | |||||
2011-01-20 | Adding new hetri routines | julie | 1 | -0/+127 | |