ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "utils/Vector.hpp"
#include "detail/ll_and_dist.hpp"
#include "utils/math/bspline.hpp"
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
namespace | Utils::Interpolation |
Functions | |
template<int order, typename Kernel > | |
void | Utils::Interpolation::bspline_3d (Vector3d const &pos, Kernel const &kernel, Vector3d const &grid_spacing, Vector3d const &offset) |
cardinal B-spline interpolation with internal iteration. | |
template<int order, typename T , typename Kernel > | |
T | Utils::Interpolation::bspline_3d_accumulate (Vector3d const &pos, Kernel const &kernel, Vector3d const &grid_spacing, Vector3d const &offset, T const &init) |
cardinal B-spline weighted sum. | |