diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-02-20 16:17:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 16:17:58 -0700 |
commit | 0a252f5bd51db92130e6dab6efa91c82b483d1a1 (patch) | |
tree | 5c05b5520126853cfd8b40218643a5d5bbf7d4f3 /numpy/linalg/lapack_lite/wrapped_routines | |
parent | b8769a21cddc2ded3c140dd0f6b1d744caadacd1 (diff) | |
parent | b5306344ff6977ae38817915f80150ff112afca2 (diff) | |
download | numpy-0a252f5bd51db92130e6dab6efa91c82b483d1a1.tar.gz |
Merge pull request #8381 from eric-wieser/rebuild-lapack_lite
MAINT: Rebuild lapack lite
Diffstat (limited to 'numpy/linalg/lapack_lite/wrapped_routines')
-rw-r--r-- | numpy/linalg/lapack_lite/wrapped_routines | 51 |
1 files changed, 41 insertions, 10 deletions
diff --git a/numpy/linalg/lapack_lite/wrapped_routines b/numpy/linalg/lapack_lite/wrapped_routines index 2045c12cd..47a73508d 100644 --- a/numpy/linalg/lapack_lite/wrapped_routines +++ b/numpy/linalg/lapack_lite/wrapped_routines @@ -1,19 +1,50 @@ +ccopy +cgeev +cgemm +cgesdd +cgesv +cgetrf +cheevd +cpotrf +cpotri +cpotrs +dcopy dgeev -zgeev -dsyevd -zheevd dgelsd -zgelsd +dgemm +dgeqrf +dgesdd dgesv -zgesv dgetrf -zgetrf +dorgqr dpotrf -zpotrf -dgesdd -zgesdd -dgeqrf +dpotri +dpotrs +dsyevd +scopy +sgeev +sgemm +sgesdd +sgesv +sgetrf +spotrf +spotri +spotrs +ssyevd +zcopy +zgeev +zgelsd +zgemm zgeqrf +zgesdd +zgesv +zgetrf +zheevd +zpotrf +zpotri +zpotrs +zungqr # need this b/c it's not properly declared as external in the BLAS source dcabs1 IGNORE: dlamch +IGNORE: xerbla |