#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/optimization/optimization_constants.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::optimization |
Functions | |
template<typename T , typename bound_function_type > | |
void | OpenTissue::math::optimization::compute_index_sets (ublas::vector< T > const &y, ublas::vector< T > const &x, bound_function_type const &l, bound_function_type const &u, ublas::vector< size_t > &bitmask, size_t &cnt_active, size_t &cnt_inactive) |