in the LAPACK documation, that said:
Add the the BLAS and LAPACK libraries to the Visual Studio project settings,
under Linker -> General -> Additional Library Directories: the directory where your liblapack.lib is.
under Linker -> Input -> Additional Dependencies: libblas.lib;liblapack.lib
Should the
beLinker -> General -> Additional Library Directories
?Visual C++ Directories -> Lib Directories
I just wonder what is the difference between these two directories?

