KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kermorpp.RBFKernel Class Referenceabstract

#include <kermorpp.h>

Detailed Description

Definition at line 29 of file kermorpp.h.

Public Member Functions

 RBFKernel (double gamma)
 
virtual ~RBFKernel ()
 
MatrixXd evaluate (MatrixXd x, MatrixXd y)
 

Public Attributes

double _gamma
 

Protected Member Functions

virtual MatrixXd rbf_eval_rsq (MatrixXd rsq)
 

Friends

ostream & operator<< (ostream &os, const RBFKernel &k)
 

Constructor & Destructor Documentation

kermorpp.RBFKernel.RBFKernel ( double  gamma)

Definition at line 18 of file RBFKernel.cpp.

kermorpp.RBFKernel::~RBFKernel ( )
virtual

Definition at line 22 of file RBFKernel.cpp.

Referenced by kermorpp.KernelExpansion::~KernelExpansion().

Here is the caller graph for this function:

Member Function Documentation

MatrixXd kermorpp.RBFKernel.evaluate ( MatrixXd  x,
MatrixXd  y 
)

Parameters: x: Input data matrix one of size d \times n y: Input data matrix one of size d \times m d: The input data DoFs n: Number of first argument data points m: Number of second argument data points

Return values: Kernel vector/matrix res of size n \times m

Definition at line 36 of file RBFKernel.cpp.

References _gamma, and rbf_eval_rsq().

Referenced by kermorpp.KernelExpansion.evaluate().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual MatrixXd kermorpp.RBFKernel.rbf_eval_rsq ( MatrixXd  rsq)
protectedpure virtual

Implemented in kermorpp.Gaussian, and kermorpp.Wendland.

Referenced by evaluate().

Here is the caller graph for this function:

Friends And Related Function Documentation

ostream& operator<< ( ostream &  os,
const RBFKernel k 
)
friend

Definition at line 13 of file RBFKernel.cpp.

Member Data Documentation

double kermorpp.RBFKernel._gamma

Definition at line 42 of file kermorpp.h.

Referenced by evaluate(), and kermorpp.operator<<().


The documentation for this class was generated from the following files: