VC++.NET2002 or later is necessary. CPPLapack doesn't work with VC++6.
[Install CLAPACK]
- download "CLAPACK3-Windows.zip" from CLAPACK home page
- expand "CLAPACK3-Windows.zip" at anywhere you like
[Install CPPLapack]
- download latest "cpplapack-XXXX_XX_XX.tar.gz" from CPPLapack web page
- expand "cpplapack-XXXX_XX_XX.tar.gz" at anywhere you like
- rename the directory from "cpplapack-XXXX_XX_XX" to "cpplapack"
- edit CPPLAPACK_INCLUDE_DIR and LIBS in "cpplapack\makefiles\Makefile.cl" properly
*NOTE* "/MD" or "/MDd" is essential to the compiler option for runtime library.
[Verification of CPPLapack]
- open a command prompt
- change the current directory to one of the test program directory (ex. "cpplapack\test\dgematrix\dgematrix_io")
- exec "nmake -f ..\..\..\makefile\Makefile.cl"
- exec "A.EXE"