#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::grid |
Functions | |
template<typename grid_type , typename matrix3x3_type > | |
void | OpenTissue::grid::hessian (grid_type const &grid, size_t i, size_t j, size_t k, matrix3x3_type &H) |
template<typename grid_iterator , typename matrix3x3_type > | |
void | OpenTissue::grid::hessian (grid_iterator const &iter, matrix3x3_type &H) |
template<typename grid_iterator > | |
OpenTissue::math::Matrix3x3 < typename grid_iterator::math_types::real_type > | OpenTissue::grid::hessian (grid_iterator const &iter) |