VisXCLAPACK.cpp
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:14k
开发平台:

Visual C++

  1. // VisXCLAPACK.cpp
  2. //
  3. // DESCRIPTION
  4. //  The functions in this file provide C++ calling convention
  5. //  covers for the CLAPACK routines we want to use.  They also
  6. //  reside in a DLL, which removes the need to link
  7. //  in the Fortran libraries with the other modules,
  8. //  and avoids link-time errors (clashes between Fortran and MFC).
  9. //
  10. // UNDONE:  Right now, we're using the same CLAPACK LIBs in both
  11. // the debug and release builds.  We should build two versions of
  12. // the CLAPACK LIBs, one for release builds and another for debug
  13. // builds.  (erikhan)
  14. //
  15. // HISTORY
  16. //  11-May-98  Zhengyou Zhang (zhang) at Microsoft
  17. //
  18. // Copyright