#include <ProcessSPlot.h>
|
| SWeights ()=delete |
|
| SWeights (const Parameter(&coeficients)[nfunctors], functors_tuple_type const &functors, cmatrix_t icmatrix) |
|
| SWeights (functors_tuple_type const &functors, cmatrix_t icmatrix) |
|
__hydra_host__ __hydra_device__ | SWeights (SWeights< W, F1, F2, Fs... > const &other) |
|
template<typename Type , int V = W> |
__hydra_host__ __hydra_device__ std::enable_if<(V< 0), tuple_t >::type | operator() (Type x) |
|
template<typename Type , int V = W> |
__hydra_host__ __hydra_device__ std::enable_if<(V >=0), double >::type | operator() (Type x) |
|
__hydra_host__ __hydra_device__ SWeights< W, F1, F2, Fs... > & | operator= (SWeights< W, F1, F2, Fs... > const &other) |
|
|
static constexpr size_t | nfunctors = sizeof...(Fs)+2 |
|
template<int W, typename F1, typename F2, typename ... Fs>
struct hydra::detail::SWeights< W, F1, F2, Fs >
◆ cmatrix_t
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ functors_tuple_type
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ tuple_t
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ SWeights() [1/4]
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ SWeights() [2/4]
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ SWeights() [3/4]
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ SWeights() [4/4]
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ operator()() [1/2]
template<int W, typename F1 , typename F2 , typename ... Fs>
template<typename Type , int V = W>
◆ operator()() [2/2]
template<int W, typename F1 , typename F2 , typename ... Fs>
template<typename Type , int V = W>
◆ operator=()
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ fCoefficients
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ fFunctors
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ fICovMatrix
template<int W, typename F1 , typename F2 , typename ... Fs>
◆ nfunctors
template<int W, typename F1 , typename F2 , typename ... Fs>
The documentation for this struct was generated from the following file: