Tatooine
Classes | Namespaces | Functions
radial_basis_functions_sampler.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::detail::pointset::radial_basis_functions_sampler< Real, NumDimensions, T, Kernel >
 

Namespaces

namespace  tatooine
 
namespace  tatooine::detail
 
namespace  tatooine::detail::pointset
 

Functions

template<floating_point Real, std::size_t NumDimensions, typename T , invocable< Real > Kernel>
 tatooine::detail::pointset::radial_basis_functions_sampler (tatooine::pointset< Real, NumDimensions > const &ps, typed_vector_property< typename tatooine::pointset< Real, NumDimensions >::vertex_handle, T >, Kernel &&kernel) -> radial_basis_functions_sampler< Real, NumDimensions, T, std::decay_t< Kernel > >