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
/
LAPACKE
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-10
Preparing for 3.7.1 release
Julie
128
-128
/
+128
2017-05-24
Fix lapacke *stegr, *stein, *bdsdc, *stev, *stevd: e has only (n-1) elements
echeresh
16
-16
/
+16
2017-05-24
Fix lapacke_*con_3 and lapacke_*tri_3: e stores (n-1) input elements and offs...
echeresh
12
-12
/
+24
2017-05-24
Fix lapacke_*trf_rk and lapacke_*sv_rk: remove nan-checking for e, it is outp...
echeresh
12
-36
/
+0
2017-05-21
Avoid conversion between layouts in lapacke_?lange_work
echeresh
4
-74
/
+92
2017-05-04
Fix issue #143 (Invalid ?tpmqrt workspace allocation)
Thomas Mijieux
4
-4
/
+16
2017-03-03
Merge pull request #132 from turboencabulator/cleanup
langou
1
-3
/
+4
2017-02-21
LAPACKE: fix wrong matrix size in lapacke_?ormbr
Vladimir Chalupecky
2
-6
/
+8
2017-02-21
LAPACKE: fix wrong matrix size in lapacke_?ormbr_work
Vladimir Chalupecky
2
-28
/
+20
2017-02-19
LAPACKE: fix wrong number of columns in ?ormlq
Vladimir Chalupecky
4
-18
/
+10
2017-02-09
Fix #115
Julien Langou
10
-0
/
+387
2017-02-06
Simplify the clean targets
Kyle Guinn
1
-3
/
+4
2017-02-04
Merge pull request #120 from echeresh/lapacke_bdb_csd
julielangou
24
-1926
/
+404
2017-02-04
Merge pull request #119 from turboencabulator/cleanup
langou
2
-52
/
+45
2017-02-03
lapacke_zgejsv: align parens with lapacke_cgejsv
eugene.chereshnev
1
-4
/
+4
2017-02-03
lapacke_*lacp2_work: remove unnecessary include
eugene.chereshnev
2
-2
/
+0
2017-02-03
Remove tabs and trailing spaces (git diff -w prints nothing)
eugene.chereshnev
42
-128
/
+128
2017-02-03
lapacke_*stemr_work: fixed condition to check ldz: jobz must be checked
eugene.chereshnev
4
-4
/
+4
2017-02-03
lapacke_*(sy|he)(evr|evx)_work: fix expression for # of columns in z
eugene.chereshnev
8
-16
/
+24
2017-02-03
lapacke_*ormlq_work: move declarations under if
eugene.chereshnev
4
-18
/
+16
2017-02-03
lapacke_*bdsvdx: corrected # of columns used for allocation of z_t
eugene.chereshnev
2
-10
/
+10
2017-02-03
lapacke_*gesdd: missing MAX. Should be lrwork = MAX(1, ...)
eugene.chereshnev
2
-2
/
+2
2017-02-03
lapacke_*ge(lq|qr|mlq): add functions to make files
eugene.chereshnev
2
-0
/
+48
2017-02-03
lapacke_*gelq and lapacke_*gemlq: names of functions are incorrect
eugene.chereshnev
7
-15
/
+15
2017-02-03
lapacke_*laswp_work: incorrect value for lda_t (issue #110)
eugene.chereshnev
4
-12
/
+28
2017-02-03
lapacke_*larfb: char vars should be compared by LAPACKE_lsame
eugene.chereshnev
4
-4
/
+32
2017-02-03
lapacke_*(bb|or|un)(csd|bdb): forward calls to LAPACK without conversion
eugene.chereshnev
24
-1926
/
+404
2017-02-01
Allow building LAPACKE with XBLAS and TMGLIB simultaneously
Kyle Guinn
1
-33
/
+29
2017-01-31
Make LAPACKE_WITH_TMG functional
Kyle Guinn
1
-19
/
+16
2017-01-22
Make ALLXOBJ refer to the right set of files
Kyle Guinn
1
-9
/
+9
2017-01-21
Split SRC_OBJ list to fix build problem with the mingw/msys ar
Martin Kroeker
1
-5
/
+12
2016-12-29
fixes some more complex to int conversion in the LAPACKE files during workspace
Julien Langou
6
-6
/
+6
2016-12-29
Fix complex to int conversion
Julien Schueller
4
-4
/
+4
2016-12-26
Inappropriate use of 'LAPACKE_dge_trans' instead of LAPACKE_dsy_trans in LAPA...
Julien Langou
4
-8
/
+8
2016-12-23
Updating version number on source file modified since 3.6.1
Julie
187
-187
/
+187
2016-12-23
Fixing 2stage lapacke
Julie
23
-162
/
+162
2016-12-17
Adding 2stage to LAPACKE
Julie
66
-0
/
+6883
2016-12-13
Add lapacke interfaces for ?getsls
eugene.chereshnev
10
-0
/
+780
2016-12-13
Add lapacke interfaces for ?geqr, ?gelq, ?gemqr and ?gemlq
eugene.chereshnev
34
-0
/
+2952
2016-12-10
Adding [SY/HE]CON_3 to LAPACKE
Julie
14
-0
/
+994
2016-12-10
oops
Julie
12
-904
/
+0
2016-12-10
Adding [SY/HE]TRI_3 to LAPACKE
Julie
26
-0
/
+1934
2016-12-10
Adding [SY/HE]TRF_RK to LAPACKE
Julie
15
-1
/
+1040
2016-12-10
Adding [SY/HE]SV_RK to LAPACKE
Julie
14
-0
/
+1194
2016-12-10
Adding [SY/HE]TRS_3 to LAPACKE
Julie
14
-0
/
+992
2016-12-08
Fix Issue #95
Julien Langou
4
-35
/
+4
2016-12-06
fix #5
cmoha
1
-3
/
+3
2016-12-06
fix #3
cmoha
1
-3
/
+3
2016-12-06
Merge remote-tracking branch 'refs/remotes/Reference-LAPACK/master'
cmoha
14
-7
/
+1120
2016-12-06
fixed definition of some voids
cmoha
4
-12
/
+12
[next]