#include <ProcessSPlot.h>
|
| CovMatrixUnary (Parameter(&coeficients)[nfunctors], functors_tuple_type const &functors) |
|
__hydra_host__ __hydra_device__ | CovMatrixUnary (CovMatrixUnary< F1, F2, Fs... > const &other) |
|
template<typename Type > |
__hydra_host__ __hydra_device__ covariant_matrix_type | operator() (Type x) |
|
__hydra_host__ __hydra_device__ CovMatrixUnary< F1, F2, Fs... > & | operator= (CovMatrixUnary< F1, F2, Fs... > const &other) |
|
template<typename T , int N, int I> |
__hydra_host__ __hydra_device__ hydra::thrust::detail::enable_if<(I==N *N), void >::type | set_matrix (double denominator, T &&, hydra::Eigen::Matrix< double, N, N > &) |
|
template<typename T , int N, int I = 0> |
__hydra_host__ __hydra_device__ hydra::thrust::detail::enable_if<(I< N *N), void >::type | set_matrix (double denominator, T &&ftuple, hydra::Eigen::Matrix< double, N, N > &fcovmatrix) |
|
|
static constexpr size_t | nfunctors = sizeof...(Fs)+2 |
|
template<typename F1, typename F2, typename ... Fs>
struct hydra::detail::CovMatrixUnary< F1, F2, Fs >
◆ covariant_matrix_type
template<typename F1 , typename F2 , typename ... Fs>
◆ functors_tuple_type
template<typename F1 , typename F2 , typename ... Fs>
◆ matrix_tuple
template<typename F1 , typename F2 , typename ... Fs>
◆ CovMatrixUnary() [1/2]
template<typename F1 , typename F2 , typename ... Fs>
◆ CovMatrixUnary() [2/2]
template<typename F1 , typename F2 , typename ... Fs>
◆ operator()()
template<typename F1 , typename F2 , typename ... Fs>
template<typename Type >
◆ operator=()
template<typename F1 , typename F2 , typename ... Fs>
◆ set_matrix() [1/2]
template<typename F1 , typename F2 , typename ... Fs>
template<typename T , int N, int I>
◆ set_matrix() [2/2]
template<typename F1 , typename F2 , typename ... Fs>
template<typename T , int N, int I = 0>
◆ fCoefficients
template<typename F1 , typename F2 , typename ... Fs>
◆ fFunctors
template<typename F1 , typename F2 , typename ... Fs>
◆ nfunctors
template<typename F1 , typename F2 , typename ... Fs>
The documentation for this struct was generated from the following file: