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
path:
root
/
SRC
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
Fix *lasyf_aa.f: replace N -> M in comments
eugene.chereshnev
4
-108
/
+108
2017-03-17
Replace **C -> **H in complex routines
eugene.chereshnev
6
-25
/
+25
2017-03-17
*gemlqt.f, *tpmlqt.f: replace **C -> **H, T is MB-by-K, fix names
eugene.chereshnev
6
-37
/
+37
2017-03-17
*geqrt.f: T is NB-by-K
eugene.chereshnev
4
-4
/
+4
2017-03-17
*gelqt.f: replace NB -> MB
eugene.chereshnev
4
-20
/
+20
2017-03-17
*trs_aa.f: a is input only parameter
eugene.chereshnev
6
-6
/
+6
2017-03-17
*tplqt.f, *tplqt2.f: incorrect dimensions
eugene.chereshnev
8
-52
/
+52
2017-03-17
*gemlqt.f: incorrect dimension of V
eugene.chereshnev
4
-16
/
+16
2017-03-17
*gelqt.f, *gelqt3.f: reflectors are stored in rows
eugene.chereshnev
8
-16
/
+16
2017-03-17
*gemlqt.f, *lamswlq.f, *lamtsqr.f: fix mistakes in comments
eugene.chereshnev
16
-39
/
+47
2017-03-06
Fix documentation for ?LASWP routine
eugene.chereshnev
4
-16
/
+24
2017-03-03
Merge pull request #132 from turboencabulator/cleanup
langou
3
-43
/
+40
2017-02-22
Fix missing comma on continued line
Martin Kroeker
3
-3
/
+3
2017-02-22
Fix missing comma on continued line
Martin Kroeker
1
-1
/
+1
2017-02-22
Fix missing comma on continued line
Martin Kroeker
1
-1
/
+1
2017-02-21
[coverage] Added CMake rules for code coverage
Guillaume Jacquenot
1
-0
/
+5
2017-02-16
Fix #124
Julien Langou
1
-1
/
+1
2017-02-06
Simplify the clean targets
Kyle Guinn
2
-6
/
+10
2017-02-04
Remove VARIANTSDIR so we don't have to use mkdir
Kyle Guinn
2
-29
/
+26
2017-02-04
Add libraries as prerequisites
Kyle Guinn
2
-15
/
+11
2017-02-03
Strip out comments that don't apply
Kyle Guinn
2
-25
/
+6
2017-02-03
Use the BUILD_* option variables for BLAS and CBLAS
Kyle Guinn
1
-10
/
+0
2017-02-03
Use appending to create lists of source files
Kyle Guinn
1
-9
/
+9
2017-02-02
Fix overlinking/underlinking LAPACK dependencies
Kyle Guinn
1
-2
/
+2
2017-02-01
Allow building LAPACKE with XBLAS and TMGLIB simultaneously
Kyle Guinn
1
-9
/
+14
2017-01-22
Fix Doxygen warnings
Kyle Guinn
41
-43
/
+47
2017-01-22
Remove duplicate ilaver.f
Kyle Guinn
1
-72
/
+0
2017-01-21
Merge pull request #112 from turboencabulator/cleanup
langou
2
-21
/
+22
2017-01-21
Use ${DSLASRC} and ${ZCLASRC} when building single-precision
Kyle Guinn
1
-15
/
+16
2017-01-21
Add a missing file
Kyle Guinn
1
-1
/
+2
2017-01-21
Remove duplicate line
Kyle Guinn
1
-1
/
+0
2017-01-19
Fix whitespace and flag ordering leftovers from merge
Kyle Guinn
1
-4
/
+4
2016-12-29
Fix issue #105
Julien Langou
2
-2
/
+0
2016-12-29
Fix various typos.
Sébastien Villemot
36
-37
/
+37
2016-12-23
Updating version number on source file modified since 3.6.1
Julie
1962
-5081
/
+5081
2016-12-23
Updating version on Version files
Julie
1
-4
/
+4
2016-12-22
somewhat better description of the minimal workspace needed for a workspace q...
Julien Langou
2
-6
/
+6
2016-12-22
Follow up with ad5bc21cb50535d66d628a309d60128db96c8851
Julien Langou
2
-3748
/
+4472
2016-12-19
contribution from Zlatko Drmac
Julien Langou
6
-370
/
+415
2016-12-19
( oops, forgot to commit ztrevc3.f in previous commit. )
Julien Langou
1
-0
/
+1
2016-12-19
Merge branch 'master' of https://github.com/Reference-LAPACK/lapack
Julien Langou
1
-1
/
+1
2016-12-19
[ minor ] fix some missing EXTERNAL declarations
Julien Langou
4
-4
/
+7
2016-12-17
Fix typo
Julie
1
-1
/
+1
2016-12-14
Fix ?LAMSWLQ
eugene.chereshnev
4
-8
/
+48
2016-12-14
Fix ?LAMTSQR
eugene.chereshnev
4
-21
/
+57
2016-12-14
Fix ?GETSLS
eugene.chereshnev
4
-253
/
+285
2016-12-14
Fix ?GEQR and ?GEMQR
eugene.chereshnev
8
-451
/
+507
2016-12-14
Fix ?GELQ and ?GEMLQ
eugene.chereshnev
8
-406
/
+457
2016-12-14
Merge branch 'master' of https://github.com/karturov/lapack
konstantin.i.arturov
14
-452
/
+540
2016-12-14
Changes in TS QR API
konstantin.i.arturov
20
-1550
/
+1924
[next]