Defines | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/unit_tests/core/math/big/svd/src/unit_svd.cpp File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_random.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_svd.h>
#include <OpenTissue/utility/utility_push_boost_filter.h>
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test_suite.hpp>
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/test_tools.hpp>
#include <OpenTissue/utility/utility_pop_boost_filter.h>

Defines

#define BOOST_AUTO_TEST_MAIN

Functions

template<typename matrix_type , typename vector_type >
void test (matrix_type const &A, vector_type &x, vector_type const &b, vector_type const &y)
 BOOST_AUTO_TEST_SUITE (opentissue_math_big_svd)
 BOOST_AUTO_TEST_CASE (logic_and_valid_arguments_testing)
 BOOST_AUTO_TEST_CASE (random_test_case)
 BOOST_AUTO_TEST_SUITE_END ()

Define Documentation

#define BOOST_AUTO_TEST_MAIN

Function Documentation

BOOST_AUTO_TEST_CASE ( logic_and_valid_arguments_testing   ) 
BOOST_AUTO_TEST_CASE ( random_test_case   ) 
BOOST_AUTO_TEST_SUITE ( opentissue_math_big_svd   ) 
BOOST_AUTO_TEST_SUITE_END (  ) 
template<typename matrix_type , typename vector_type >
void test ( matrix_type const &  A,
vector_type x,
vector_type const &  b,
vector_type const &  y 
)