📄 visxclapack.cpp
字号:
// 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -