#include <qle/math/basiccpuenvironment.hpp>
#include <qle/math/computeenvironment.hpp>
#include <qle/math/openclenvironment.hpp>
#include <qle/math/randomvariable.hpp>
#include <qle/math/randomvariable_io.hpp>
#include <qle/math/randomvariable_opcodes.hpp>
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/variance.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/timer/timer.hpp>
#include "toplevelfixture.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testEnvironmentInit) | |
BOOST_AUTO_TEST_CASE (testSimpleCalc) | |
BOOST_AUTO_TEST_CASE (testSimpleCalcWithDoublePrecision) | |
BOOST_AUTO_TEST_CASE (testLargeCalc) | |
BOOST_AUTO_TEST_CASE (testRngGeneration) | |
BOOST_AUTO_TEST_CASE (testReplayFlowError) | |
BOOST_AUTO_TEST_CASE (testRngGenerationMt19937) | |
BOOST_AUTO_TEST_CASE (testConditionalExpectation) | |
BOOST_AUTO_TEST_CASE | ( | testEnvironmentInit | ) |
Definition at line 66 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testSimpleCalc | ) |
Definition at line 85 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testSimpleCalcWithDoublePrecision | ) |
Definition at line 122 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testLargeCalc | ) |
Definition at line 168 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testRngGeneration | ) |
Definition at line 252 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testReplayFlowError | ) |
Definition at line 281 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testRngGenerationMt19937 | ) |
Definition at line 308 of file computeenvironment.cpp.
BOOST_AUTO_TEST_CASE | ( | testConditionalExpectation | ) |
Definition at line 360 of file computeenvironment.cpp.