visxclapack.cpp
来自「microsoft vision source code」· C++ 代码 · 共 18 行
CPP
18 行
// 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 + =
减小字号Ctrl + -
显示快捷键?