#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::optimization |
Functions | |
template<typename T > | |
void | OpenTissue::math::optimization::agglomerate_vector (ublas::vector< T > const &x_a, ublas::vector< T > const &x_b, ublas::vector< size_t > const &new2old, ublas::vector< T > &x) |