Go to the source code of this file.
Classes | |
class | muq::Approximation::LinearTransformKernel |
Namespaces | |
muq | |
muq::Approximation | |
Functions | |
template<typename KernelType > | |
LinearTransformKernel | muq::Approximation::TransformKernel (Eigen::MatrixXd const &A, KernelType const &K) |
template<typename KernelType , typename = typename std::enable_if<std::is_base_of<KernelBase, KernelType>::value>::type> | |
LinearTransformKernel | muq::Approximation::operator* (Eigen::MatrixXd const &A, KernelType const &kernel) |