⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tmt.h

📁 各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,U
💻 H
字号:
// definition file for test programs//#define DONT_DO_NRIC         // activate if running a bounds checker#ifdef use_namespaceusing namespace NEWMAT;#endifvoid Print(const Matrix& X);void Print(const UpperTriangularMatrix& X);void Print(const DiagonalMatrix& X);void Print(const SymmetricMatrix& X);void Print(const LowerTriangularMatrix& X);void Clean(Matrix&, Real);void Clean(DiagonalMatrix&, Real);// body file: tmt.cpp// body file: tmt1.cpp// body file: tmt2.cpp// body file: tmt3.cpp// body file: tmt4.cpp// body file: tmt5.cpp// body file: tmt6.cpp// body file: tmt7.cpp// body file: tmt8.cpp// body file: tmt9.cpp// body file: tmta.cpp// body file: tmtb.cpp// body file: tmtc.cpp// body file: tmtd.cpp// body file: tmte.cpp// body file: tmtf.cpp// body file: tmtg.cpp// body file: tmth.cpp// body file: tmti.cpp// body file: tmtj.cpp// body file: tmtk.cpp// body file: tmtl.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -