You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During compiling, I get the following error (Makefile in ./blas/):
lapack_routines.cpp: In function ‘int tridiag(BoostTypedefs::Complex*, int, BoostTypedefs::Complex*, double*, char)’: lapack_routines.cpp:471:60: error: lvalue required as left operand of assignment for(uint i = 0;i<length_diag;i++){diag[i].real() = ndiag[i];diag[i].imag()=0.0;}
Those messages appear multiple times.
I tried different versions of gcc (6, 8), error occurs for all.
The text was updated successfully, but these errors were encountered:
During compiling, I get the following error (Makefile in
./blas/
):lapack_routines.cpp: In function ‘int tridiag(BoostTypedefs::Complex*, int, BoostTypedefs::Complex*, double*, char)’: lapack_routines.cpp:471:60: error: lvalue required as left operand of assignment for(uint i = 0;i<length_diag;i++){diag[i].real() = ndiag[i];diag[i].imag()=0.0;}
Those messages appear multiple times.
I tried different versions of gcc (6, 8), error occurs for all.
The text was updated successfully, but these errors were encountered: