Post

Replies

Boosts

Views

Activity

LAPACK not responding
In the latest update of Big Sur 11.5.1 LAPACK is showing some Error. It was running fine in the previous updates. Now It is showing errors like " error: no matching function for call to 'zgeev_' zgeev_(&Nchar, &eigenvec_choice, &N, reinterpret_cast<complex double *>(A.data()), &LDA, w, vl, &LDA, vr, &LDA, WORK, &LWORK, RWORK, &INFO); ^~~~~~ /usr/local/opt/lapack/include/lapack.h:1854:6: note: candidate function not viable: requires 16 arguments, but 14 were provided void LAPACK_zgeev_base( " I need help to run my c++ code with LAPACK
0
0
573
Aug ’21
LAPACK not responding
In the latest update of Big Sur 11.5.1 LAPACK is showing some Error. It was running fine in the previous updates. Now It is showing errors like " error: no matching function for call to 'zgeev_' zgeev_(&Nchar, &eigenvec_choice, &N, reinterpret_cast<complex double *>(A.data()), &LDA, w, vl, &LDA, vr, &LDA, WORK, &LWORK, RWORK, &INFO); ^~~~~~ /usr/local/opt/lapack/include/lapack.h:1854:6: note: candidate function not viable: requires 16 arguments, but 14 were provided void LAPACK_zgeev_base( " I need help to run my c++ code with LAPACK
Replies
0
Boosts
0
Views
573
Activity
Aug ’21