remove unused variable ldb_t
Copied from Reference-LAPACK PR283
This commit is contained in:
parent
61659f8765
commit
58363542e7
|
@ -50,7 +50,6 @@ lapack_int LAPACKE_dsytrf_aa_2stage_work( int matrix_layout, char uplo, lapack_i
|
||||||
}
|
}
|
||||||
} else if( matrix_layout == LAPACK_ROW_MAJOR ) {
|
} else if( matrix_layout == LAPACK_ROW_MAJOR ) {
|
||||||
lapack_int lda_t = MAX(1,n);
|
lapack_int lda_t = MAX(1,n);
|
||||||
lapack_int ldb_t = MAX(1,n);
|
|
||||||
double* a_t = NULL;
|
double* a_t = NULL;
|
||||||
double* tb_t = NULL;
|
double* tb_t = NULL;
|
||||||
/* Check leading dimension(s) */
|
/* Check leading dimension(s) */
|
||||||
|
|
Loading…
Reference in New Issue