![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include "MultivariatePolynomial.h"
#include "NDPiecewisePolynomials.inc"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::gpu |
Macros | |
#define | BOOST_TEST_MODULE Test TPC Fast Transformation |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
float | o2::gpu::evalPol4_5D (const float *x, const float *par) |
float | o2::gpu::evalPol5_5D_interactionOnly (const float *x, const float *par) |
float | o2::gpu::genRand () |
o2::gpu::BOOST_AUTO_TEST_CASE (Polynomials5D) | |
o2::gpu::BOOST_AUTO_TEST_CASE (Polynomials5D_InteractionOnly) | |
o2::gpu::BOOST_AUTO_TEST_CASE (Piecewise_polynomials) | |
Definition in file testMultivarPolynomials.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 17 of file testMultivarPolynomials.cxx.
#define BOOST_TEST_MAIN |
Definition at line 16 of file testMultivarPolynomials.cxx.
#define BOOST_TEST_MODULE Test TPC Fast Transformation |
Definition at line 15 of file testMultivarPolynomials.cxx.