#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_vector3.h>
#include <OpenTissue/core/math/math_matrix3x3.h>
#include <OpenTissue/core/math/math_eigen_system_decomposition.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::polar_decomposition |
Functions | |
template<typename matrix3x3_type > | |
bool | OpenTissue::math::polar_decomposition::eigen (matrix3x3_type const &A, matrix3x3_type &R, matrix3x3_type &S) |
template<typename matrix3x3_type > | |
bool | OpenTissue::math::polar_decomposition::newton (matrix3x3_type const &A, matrix3x3_type &R, unsigned int max_iterations, typename matrix3x3_type::value_type const &threshold) |