Classes | Defines | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/unit_tests/core/math/optimization/non_smooth_newton/src/unit_non_smooth_newton.cpp File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_generate_PD.h>
#include <OpenTissue/core/math/big/big_generate_PSD.h>
#include <OpenTissue/core/math/big/big_generate_random.h>
#include <OpenTissue/core/math/optimization/optimization_non_smooth_newton.h>
#include <OpenTissue/core/math/big/big_gmres.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>

Classes

class  BoundFunction< T >
class  BoundFunction< T >::vector_iterator

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, size_t *cnt_status)
 BOOST_AUTO_TEST_SUITE (opentissue_math_big_non_smooth_newton)
 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 ( random_test_case   ) 
BOOST_AUTO_TEST_SUITE ( opentissue_math_big_non_smooth_newton   ) 
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,
size_t *  cnt_status 
)