Classes | Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/math/optimization/optimization_project.h File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <stdexcept>
#include <cassert>

Go to the source code of this file.

Classes

class  OpenTissue::math::optimization::Projection< T, bound_function_type >
class  OpenTissue::math::optimization::NoProjection< T >

Namespaces

namespace  OpenTissue
namespace  OpenTissue::math
namespace  OpenTissue::math::optimization

Functions

template<typename T >
bool OpenTissue::math::optimization::project (boost::numeric::ublas::vector< T > const &x, boost::numeric::ublas::vector< T > const &l, boost::numeric::ublas::vector< T > const &u, boost::numeric::ublas::vector< T > &new_x)
template<typename T >
bool OpenTissue::math::optimization::project (boost::numeric::ublas::vector< T > &x, boost::numeric::ublas::vector< T > const &l, boost::numeric::ublas::vector< T > const &u)
template<typename T , typename bound_function_type >
bool OpenTissue::math::optimization::project (boost::numeric::ublas::vector< T > const &x, bound_function_type const &l, bound_function_type const &u, boost::numeric::ublas::vector< T > &new_x)
template<typename T , typename bound_function_type >
bool OpenTissue::math::optimization::project (boost::numeric::ublas::vector< T > &x, bound_function_type const &l, bound_function_type const &u)