Defines | Functions

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

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_jacobi.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 solver_type , 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_jacobi)
 BOOST_AUTO_TEST_CASE (logic_and_valid_arguments_testing)
 BOOST_AUTO_TEST_CASE (correctness_testing)
 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 ( correctness_testing   ) 
BOOST_AUTO_TEST_SUITE ( opentissue_math_big_jacobi   ) 
BOOST_AUTO_TEST_SUITE_END (  ) 
template<typename solver_type , typename matrix_type , typename vector_type >
void test ( matrix_type const &  A,
vector_type x,
vector_type const &  b,
vector_type const &  y 
)