#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::spline |
namespace | OpenTissue::spline::detail |
Functions | |
template<typename vector_type , typename point_container > | |
void | OpenTissue::spline::detail::solve_tridiagonal (vector_type const &a, vector_type const &b, vector_type const &c, point_container &P, point_container const &X, int const n) |