Go to the source code of this file.
Classes | |
| class | muq::Approximation::SumKernel |
Namespaces | |
| muq | |
| muq::Approximation | |
Functions | |
| template<typename KernelType1 , typename KernelType2 , typename = typename std::enable_if<std::is_base_of<KernelBase, KernelType1>::value && std::is_base_of<KernelBase, KernelType2>::value, KernelType1>::type> | |
| SumKernel | muq::Approximation::operator+ (KernelType1 const &k1, KernelType2 const &k2) |
| std::shared_ptr< SumKernel > | muq::Approximation::operator+ (std::shared_ptr< KernelBase > k1, std::shared_ptr< KernelBase > k2) |