rbf::piecewise_smooth_rbf Class Reference

Piecewise smooth RBFs. More...

#include <rbf.hpp>

Inheritance diagram for rbf::piecewise_smooth_rbf:

Inheritance graph
[legend]
Collaboration diagram for rbf::piecewise_smooth_rbf:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 piecewise_smooth_rbf ()
 piecewise_smooth_rbf (const point &c)
virtual ~piecewise_smooth_rbf ()


Detailed Description

Piecewise smooth RBFs.

Constructor & Destructor Documentation

rbf::piecewise_smooth_rbf::piecewise_smooth_rbf (  ) 

00152                                             {
00153     //Nothing to create!
00154   }

rbf::piecewise_smooth_rbf::piecewise_smooth_rbf ( const point c  )  [inline]

00088 :radial_basis_function(c) {;};

rbf::piecewise_smooth_rbf::~piecewise_smooth_rbf (  )  [virtual]

00156                                              {
00157     //Nothing to destroy!
00158   }


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

Generated on Fri Jun 6 17:28:30 2008 by  doxygen 1.5.6