#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <qle/math/blockmatrixinverse.hpp>
#include "toplevelfixture.hpp"
#include <ql/math/comparison.hpp>
#include <ql/math/randomnumbers/mt19937uniformrng.hpp>
#include <boost/make_shared.hpp>
#include <boost/timer/timer.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testSingleBlock) | |
BOOST_AUTO_TEST_CASE (testTwoBlocks) | |
BOOST_AUTO_TEST_CASE (testThreeBlocks) | |
BOOST_AUTO_TEST_CASE (testFourBlocksBigMatrix) | |
BOOST_AUTO_TEST_CASE (testTenBlocksBigMatrix) | |
BOOST_AUTO_TEST_CASE (testSparseMatrix) | |
BOOST_AUTO_TEST_CASE | ( | testSingleBlock | ) |
Definition at line 61 of file blockmatrixinverse.cpp.
BOOST_AUTO_TEST_CASE | ( | testTwoBlocks | ) |
Definition at line 80 of file blockmatrixinverse.cpp.
BOOST_AUTO_TEST_CASE | ( | testThreeBlocks | ) |
Definition at line 100 of file blockmatrixinverse.cpp.
BOOST_AUTO_TEST_CASE | ( | testFourBlocksBigMatrix | ) |
Definition at line 120 of file blockmatrixinverse.cpp.
BOOST_AUTO_TEST_CASE | ( | testTenBlocksBigMatrix | ) |
Definition at line 149 of file blockmatrixinverse.cpp.
BOOST_AUTO_TEST_CASE | ( | testSparseMatrix | ) |
Definition at line 178 of file blockmatrixinverse.cpp.