Posts

Post not yet marked as solved
0 Replies
388 Views
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
Posted Last updated
.