#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
Functions | |
template<typename vector3_iterator , typename vector3_type , typename matrix3x3_type > | |
void | OpenTissue::math::covariance (vector3_iterator begin, vector3_iterator end, vector3_type &mean, matrix3x3_type &C) |
template<typename vector3_type , typename matrix3x3_type > | |
void | OpenTissue::math::covariance_union (vector3_type const &mean1, matrix3x3_type const &C1, vector3_type const &mean2, matrix3x3_type const &C2, vector3_type &mean, matrix3x3_type &C) |