#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::optimization |
namespace | OpenTissue::math::optimization::detail |
Functions | |
template<typename T , typename bound_function_type > | |
void | OpenTissue::math::optimization::detail::compute_jacobian (ublas::compressed_matrix< T > const &A, bound_function_type const &l, bound_function_type const &u, ublas::vector< size_t > const &bitmask, ublas::compressed_matrix< T > &J) |