readme

来自「Matrix_Template_Library.rar c++矩阵模块库函数」· 代码 · 共 37 行

TXT
37
字号
There are four different types of test to run, which are controlled bythe value of the QUICK macro in the makefile.1) To run a comprehensive test of all algorithms and all datatypes  make test QUICK=This will probably take about 12 hours to complete2) To run a test comprehensive in data types but on only onealgorithm,   make test QUICK=-Q3) To run a test comprehensive in algorithms but on only onedata type  make test QUICK=-q4) To run a sanity test that checks only one algorithm and one datatype   make test QUICK=-qQ5) To combine tests 2 and 3 in one test  make test QUICK=-pTest number 4 is the defaultThe output of the tests will be left in the file./make_and_test_results.txt.  You can post-process the output file byissuing the command  make summary   

⌨️ 快捷键说明

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