summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2016-12-14 01:14:08 +0000
committerEric Wieser <wieser.eric@gmail.com>2016-12-29 14:48:21 +0000
commitdebb7a3f2b770e2a0f6356a00f93ebac97f7448b (patch)
tree209169e2c6515457e71da8bbf040a99e5ebab1b3
parentb9731962a8d767abbe9d0c746e8ba734c01c866a (diff)
downloadnumpy-debb7a3f2b770e2a0f6356a00f93ebac97f7448b.tar.gz
MAINT: Sort the functions, for ease of diffing
-rw-r--r--numpy/linalg/lapack_lite/wrapped_routines20
1 files changed, 10 insertions, 10 deletions
diff --git a/numpy/linalg/lapack_lite/wrapped_routines b/numpy/linalg/lapack_lite/wrapped_routines
index b58361683..cc279f083 100644
--- a/numpy/linalg/lapack_lite/wrapped_routines
+++ b/numpy/linalg/lapack_lite/wrapped_routines
@@ -1,19 +1,19 @@
dgeev
-zgeev
-dsyevd
-zheevd
dgelsd
-zgelsd
+dgeqrf
+dgesdd
dgesv
-zgesv
dgetrf
-zgetrf
dpotrf
-zpotrf
-dgesdd
-zgesdd
-dgeqrf
+dsyevd
+zgeev
+zgelsd
zgeqrf
+zgesdd
+zgesv
+zgetrf
+zheevd
+zpotrf
# need this b/c it's not properly declared as external in the BLAS source
dcabs1
IGNORE: dlamch