#include <Kernel.h>
List of all members.
Detailed Description
******* Ker *
Definition at line 276 of file Kernel.h.
Constructor & Destructor Documentation
PLearn::Ker::Ker |
( |
| ) |
[inline] |
PLearn::Ker::Ker |
( |
Kernel * |
v | ) |
[inline] |
PLearn::Ker::Ker |
( |
const Ker & |
other | ) |
[inline] |
Member Function Documentation
real PLearn::Ker::operator() |
( |
const Vec & |
x1, |
|
|
const Vec & |
x2 |
|
) |
| const [inline] |
Definition at line 283 of file Kernel.h.
{ return ptr->evaluate(x1,x2); }
The documentation for this class was generated from the following file: