readme
来自「Boost provides free peer-reviewed portab」· 代码 · 共 32 行
TXT
32 行
Copyright (c) 2000-2004 Joerg Walter, Mathias KochDistributed under the Boost Software License, Version 1.0. (Seeaccompanying file LICENSE_1_0.txt or copy athttp://www.boost.org/LICENSE_1_0.txt)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 + -
显示快捷键?