#include <KernelCombinators.h>
Public Types | |
typedef MatrixValuedKernel < TPoint > | MatrixValuedKernelType |
Public Member Functions | |
ProductKernel (const MatrixValuedKernelType *lhs, const MatrixValuedKernelType *rhs) | |
MatrixType | operator() (const TPoint &x, const TPoint &y) const |
std::string | GetKernelInfo () const |
![]() | |
MatrixValuedKernel (unsigned dim) | |
virtual unsigned | GetDimension () const |
Additional Inherited Members | |
![]() | |
unsigned | m_dimension |
A (matrix valued) kernel, which represents the product of two matrix valued kernels.
|
inlinevirtual |
Return a description of this kernel.
Implements statismo::MatrixValuedKernel< TPoint >.
|
inlinevirtual |
Evaluate the kernel at the points x and y
Implements statismo::MatrixValuedKernel< TPoint >.