Skip to content

Commit

Permalink
add missing lapack 3.11+ symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 10, 2024
1 parent 72f7b70 commit 5aea097
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions exports/gensymbol
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,12 @@ lapackobjs2z="$lapackobjs2z
#functions added post 3.11

lapackobjs2c="$lapackobjs2c
cgelst
cgeqp3rk
claqp2rk
claqp3rk
clatrs3
crscl
ctrsyl3
"
# claqz0
Expand All @@ -894,6 +898,17 @@ lapackobjs2d="$lapackobjs2d
# dlaqz3
# dlaqz4

lapackobjs2s="$lapackobjs2s
sgelst
sgeqp2rk
sgeqp3rk
slaqp2rk
slaqp3rk
slarmm
slatrs3
strsyl3
"

lapackobjs2z="$lapackobjs2z
zgelst
zgeqp3rk
Expand Down

0 comments on commit 5aea097

Please sign in to comment.