?? matrix.h
字號(hào):
/////////////////////////////////////////////////////////////////////////////////// Matrix.h//// Demonstrates template metaprogramming for matrix operations//// Defines the following template functions, where MtxType is the matrix// type (e.g. matrix33) and N is the matrix size.//// IdentityMtxT( MtxType, Mtx, N ) make Mtx the identity matrix// InitMtxT ( MtxType, Mtx, N, F, Init ) initialize Mtx with Init// TransMtxT ( MtxType, Mtx, N ) transpose Mtx// MultMtxT ( MtxType, r, a, b, N ) compute r = a * b//// Copyright
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -