We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680f744 commit 4c45cd6Copy full SHA for 4c45cd6
exports/gensymbol
@@ -786,13 +786,13 @@ zpotri,
786
zlamswlq,
787
zgemlq,
788
);
789
- @lapackobjs2 = (@lapackobjs2,
790
- sladiv1,
791
- dladiv1,
+ @lapackobjs2s = (@lapackobjs2s,
+ sladiv1);
+ @lapackobjs2d = (@lapackobjs2d,
792
+ dladiv1);
793
+ @lapackobjs = (@lapackobjs,
794
iparam2stage,
-
795
# functions added for lapack-3.8.0
796
ilaenv2stage,
797
798
# functions added for lapack-3.9.0
0 commit comments