Go to the source code of this file.
Classes | |
class | muq::Approximation::ProductKernel |
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> | |
ProductKernel | muq::Approximation::operator* (KernelType1 const &k1, KernelType2 const &k2) |
std::shared_ptr< ProductKernel > | muq::Approximation::operator* (std::shared_ptr< KernelBase > k1, std::shared_ptr< KernelBase > k2) |