Browse Source

Export `ssyconvf` symbol

This was apparently missed in commit a836fe8ec when adding the
LAPACK 3.7.0 symbols. We noticed when adding wrappers for 3.7.0
routines in SciPy. For more details, see
https://github.com/rgommers/scipy/issues/143
tags/v0.3.24
Ralf Gommers 2 years ago
parent
commit
a4ee1c84f0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      exports/gensymbol

+ 1
- 0
exports/gensymbol View File

@@ -716,6 +716,7 @@ lapackobjs2z="$lapackobjs2z
# functions added for lapack-3.7.0
lapackobjs2s="$lapackobjs2s
slarfy
ssyconvf
strevc3
sgelqt
sgelqt3


Loading…
Cancel
Save