i am going to use lapack library , but i have this error :
Console1.obj : error LNK2001: unresolved external symbol _DGESV@32
Console1.exe : fatal error LNK1120: 1 unresolved externals
i copy lapack and blas library where my program is,what should i do?
how about if i want to evaluate the eigen value of a matrix?
Console1.obj : error LNK2001: unresolved external symbol _DGESV@32
Console1.exe : fatal error LNK1120: 1 unresolved externals
i copy lapack and blas library where my program is,what should i do?
how about if i want to evaluate the eigen value of a matrix?