readme
来自「C++的一个好库。。。现在很流行」· 代码 · 共 26 行
TXT
26 行
uBLAS test director Use boost::test to test various uBLAS containers and expressionsThe tests can be used individually or automaticaly as part of the uBLAS regression tests.The tests are broken down in directorys as follows:test1 - dense vector and matrix teststest2 - BLAS teststest3 - sparse vector and matrix teststest4 - banded/diagonal matrix teststest5 - triangular matrix teststest6 - symmetric matrix teststest7 - dense vector and matrix tests with boost::numeric::internal valuesEach test directory contains: testX.hpp Headers and types to be tested testX.cpp Call the test functions for the defined types testX1.cpp Implements vector tests testX2.cpp Implements vector/matrix tests testX3.cpp Implements matrix tests Missing in these tests a) Runtime result validation. b) Iterator interface tests. Only complete container expressions are tested
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?