#include <KernelCombinators.h>
Public Types | |
typedef MatrixValuedKernel < TPoint > | MatrixValuedKernelType |
Public Member Functions | |
ScaledKernel (const MatrixValuedKernelType *kernel, double scalingFactor) | |
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 a scalar multiple of a matrix valued kernel.
|
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 >.