Skip to content

Commit 755c71b

Browse files
authored
Merge pull request #740 from ACSimon33/LAPACKE_ctrsyl3_work
Added missing declaration for LAPACKE_ctrsyl3_work
2 parents 17f99f2 + 80392de commit 755c71b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

LAPACKE/include/lapacke.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10233,6 +10233,13 @@ lapack_int LAPACKE_dtrsyl3_work( int matrix_layout, char trana, char tranb,
1023310233
double* c, lapack_int ldc, double* scale,
1023410234
lapack_int* iwork, lapack_int liwork,
1023510235
double* swork, lapack_int ldswork );
10236+
lapack_int LAPACKE_ctrsyl3_work( int matrix_layout, char trana, char tranb,
10237+
lapack_int isgn, lapack_int m, lapack_int n,
10238+
const lapack_complex_float* a, lapack_int lda,
10239+
const lapack_complex_float* b, lapack_int ldb,
10240+
lapack_complex_float* c, lapack_int ldc,
10241+
float* scale, float* swork,
10242+
lapack_int ldswork );
1023610243
lapack_int LAPACKE_ztrsyl3_work( int matrix_layout, char trana, char tranb,
1023710244
lapack_int isgn, lapack_int m, lapack_int n,
1023810245
const lapack_complex_double* a, lapack_int lda,

0 commit comments

Comments
 (0)