VisXCLAPACK.cpp
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:14k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- // VisXCLAPACK.cpp
- //
- // DESCRIPTION
- // The functions in this file provide C++ calling convention
- // covers for the CLAPACK routines we want to use. They also
- // reside in a DLL, which removes the need to link
- // in the Fortran libraries with the other modules,
- // and avoids link-time errors (clashes between Fortran and MFC).
- //
- // UNDONE: Right now, we're using the same CLAPACK LIBs in both
- // the debug and release builds. We should build two versions of
- // the CLAPACK LIBs, one for release builds and another for debug
- // builds. (erikhan)
- //
- // HISTORY
- // 11-May-98 Zhengyou Zhang (zhang) at Microsoft
- //
- // Copyright