#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/math/math_constants.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
Functions | |
template<typename real_type , typename real_array > | |
bool | OpenTissue::math::compute_polynomial_roots (real_type const &c0, real_type const &c1, unsigned int &count, real_array &roots) |
template<typename real_type , typename real_array > | |
bool | OpenTissue::math::compute_polynomial_roots (real_type const &c0, real_type const &c1, real_type const &c2, unsigned int &count, real_array &roots) |
template<typename real_type , typename real_array > | |
bool | OpenTissue::math::compute_polynomial_roots (real_type c0, real_type c1, real_type c2, real_type const &c3, unsigned int &count, real_array &roots) |
template<typename real_type , typename real_array > | |
bool | OpenTissue::math::compute_polynomial_roots (real_type c0, real_type c1, real_type c2, real_type c3, real_type const &c4, unsigned int &count, real_array &roots) |