index
:
platform/upstream/lapack
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
master
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_dev
Domain: System / Base; Licenses: ETC;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-09
Correct comments in
langou
4
-8
/
+8
2012-08-03
error in comment detected by Mathieu (PLASMA)
julie
4
-4
/
+4
2012-07-27
Commit Brian Sutton new CS Decomposition routines.
julie
40
-195
/
+11624
2012-07-17
added NaN check to prevent NaN's from being skipped in accumulation
james
4
-13
/
+29
2012-07-16
matrix norms now consistently return nan when input matrix contains a nan;
james
54
-628
/
+1182
2012-07-13
Add make.in for pgf95 compiler
julie
1
-0
/
+75
2012-07-04
Correct bug0096 reported by Joseph Young from Sandia.
julie
4
-557
/
+560
2012-07-03
Add Brief description for auxiliary routines
julie
750
-750
/
+750
2012-06-29
Added fix to prevent dividing by T when T=0 provided by Alexander Kobotov of ...
james
2
-4
/
+4
2012-05-22
Correct a problem reported by Keita Teranishi from CRAY on May 18th 2012
julie
4
-4
/
+4
2012-05-16
added missing comma, thanks to Lee Killough at ANL
james
1
-1
/
+1
2012-05-14
Correct a minor problem in comments sent by Alexander Kobotov
julie
2
-4
/
+4
2012-05-12
Fix lange routine.
julie
4
-8
/
+8
2012-04-26
Commit patch sent by Sébastien Fabbro to enable LAPACKE built without LAPACK.
julie
6
-28
/
+76
2012-04-25
Update CMAKE version requirement and remove FindBLAS module that is now inclu...
julie
2
-452
/
+1
2012-04-25
Minor modification for ctest build template
julie
1
-9
/
+10
2012-04-25
Fix small problem detected by user Yao Toa. sent to the LAPACK mailing list o...
julie
1
-2
/
+0
2012-04-23
modified exceptional shift for complex versions - solves problem of nan's app...
james
2
-2
/
+4
2012-04-23
Fix problems in comments found by Alexander Kobotov
julie
40
-52
/
+52
2012-04-20
Fix XLF flags that were causing test zgg to hang
julie
2
-2
/
+3
2012-04-19
put FOUR parameter back since it is used in this routine
james
1
-2
/
+2
2012-04-18
rearrange the test (Julien prefers it that way)
julie
2
-2
/
+2
2012-04-18
Update date and revision number
julie
9
-16
/
+17
2012-04-18
Correct bug sent by NAG people
julie
2
-24
/
+32
2012-04-17
modified exceptional shift strategy so that QZ now works for various pencils ...
james
4
-6
/
+4
2012-04-13
Update version number
julie
239
-727
/
+727
2012-04-12
Fix small issue with lapacke built
julie
2
-2
/
+2
2012-04-12
Add -qnosave option for xlf compiler (Thanks Rodney)
julie
2
-4
/
+7
2012-04-12
Follow up to rev r1130
julie
41
-84
/
+314
2012-04-11
removed comment regarding A being modified and restored - this is no longer t...
james
16
-16
/
+0
2012-04-11
Remove unused variables
julie
8
-12
/
+4
2012-04-11
Remove unused parameters
julie
43
-106
/
+67
2012-04-11
added code to handle N=1 case to fix divide by zero problem that occurs
james
4
-0
/
+12
2012-04-10
Fix call to GEMQRT (no lwork) and lwork declarations
julie
4
-29
/
+29
2012-04-10
Fix External Subroutines declarations
julie
8
-10
/
+8
2012-04-05
Add the python script for LAPACK Summary output to CTEST
julie
2
-1
/
+11
2012-04-05
changed SVD test threshold to 50.0 and removed SEP test for matrix type 9 so ...
james
2
-2
/
+4
2012-04-03
changed weights so that the badly conditioned tests (which always fail) are a...
james
4
-16
/
+16
2012-04-03
Fix provided by Hong Bo Peng for bug0026
james
2
-0
/
+2
2012-04-02
Undoing unvoluntary change commited in 1237
julie
4
-72
/
+24
2012-04-02
(no commit message)
julie
10
-24
/
+78
2012-03-22
Following Mathieu's request, some part of lapacke.h were moved to lapacke_uti...
julie
2069
-2089
/
+70
2012-03-22
Correct problem in Workspace calculation
julie
4
-0
/
+8
2012-03-20
Correct bug 0090 Need to unscale if necessary when there is an error in DHGEQ...
julie
8
-18
/
+16
2012-03-20
Add csyr and zsyr needed by the PLASMA project
julie
7
-1
/
+344
2012-02-23
modified so that V is [in] only instead of [in/out]
james
4
-171
/
+152
2012-02-17
Change CMAKE configuration for LAPACKE
julie
6
-3871
/
+1065
2012-01-26
Fix Makefile in LIN
julie
1
-6
/
+6
2012-01-21
Fix Typo
julie
1
-1
/
+1
2012-01-20
Fixed problem with optimizer breaking error checking, now using F90 EPSILON i...
james
4
-10
/
+15
[next]