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 9d56cff commit 427a9b4Copy full SHA for 427a9b4
LAPACKE/src/lapacke_ztfsm_work.c
@@ -86,7 +86,7 @@ lapack_int API_SUFFIX(LAPACKE_ztfsm_work)( int matrix_layout, char transr, char
86
b_t, &ldb_t );
87
info = 0; /* LAPACK call is ok! */
88
/* Transpose output matrices */
89
- LAPACKE_zge_trans( LAPACK_COL_MAJOR, m, n, b_t, ldb_t, b, ldb );
+ API_SUFFIX(LAPACKE_zge_trans)( LAPACK_COL_MAJOR, m, n, b_t, ldb_t, b, ldb );
90
/* Release memory and exit */
91
if( IS_Z_NONZERO(alpha) ) {
92
LAPACKE_free( a_t );
0 commit comments