?? linalg_00.cc
字號:
// file: $isip/class/numeric/LinearAlgebra/linalg_00.cc// version: $Id: linalg_00.cc,v 1.2 2001/04/29 20:01:21 srivasta Exp $//// there is no source code in this file//// isip include files//#include "LinearAlgebra.h"//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: class name//const String LinearAlgebra::CLASS_NAME(L"LinearAlgebra");// constants: i/o related constants//const String LinearAlgebra::DEF_PARAM(L"");// static instantiations: memory manager and debug level//MemoryManager LinearAlgebra::mgr_d(sizeof(LinearAlgebra), LinearAlgebra::CLASS_NAME);Integral::DEBUG LinearAlgebra::debug_level_d = Integral::NONE;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -