yat
0.14.5pre
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
yat
regression
AkimaInterpolation.h
1
#ifndef _theplu_yat_regression_akima_interpolation_
2
#define _theplu_yat_regression_akima_interpolation_
3
4
// $Id: AkimaInterpolation.h 2992 2013-03-03 05:03:44Z peter $
5
6
/*
7
Copyright (C) 2004, 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
8
9
This file is part of the yat library, http://dev.thep.lu.se/yat
10
11
The yat library is free software; you can redistribute it and/or
12
modify it under the terms of the GNU General Public License as
13
published by the Free Software Foundation; either version 3 of the
14
License, or (at your option) any later version.
15
16
The yat library is distributed in the hope that it will be useful,
17
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
General Public License for more details.
20
21
You should have received a copy of the GNU General Public License
22
along with yat. If not, see <http://www.gnu.org/licenses/>.
23
*/
24
25
#include "GSLInterpolation.h"
26
27
namespace
theplu {
28
namespace
yat {
29
namespace
utility {
30
class
VectorBase;
31
}
32
namespace
regression {
33
44
class
AkimaInterpolation
:
public
GSLInterpolation
45
{
46
47
public
:
51
AkimaInterpolation
(
const
utility::VectorBase
& x,
52
const
utility::VectorBase
& y);
53
57
~AkimaInterpolation
(
void
);
58
59
private
:
63
AkimaInterpolation
(
const
AkimaInterpolation
&);
64
// no assignment allowed
65
AkimaInterpolation
& operator=(
const
AkimaInterpolation
&);
66
67
};
68
69
}}}
// of namespaces regression, yat, and theplu
70
71
#endif
theplu::yat::regression::AkimaInterpolation::~AkimaInterpolation
~AkimaInterpolation(void)
The destructor.
theplu::yat::utility::VectorBase
This is the yat interface to GSL vector.
Definition:
VectorBase.h:52
theplu::yat::regression::AkimaInterpolation::AkimaInterpolation
AkimaInterpolation(const utility::VectorBase &x, const utility::VectorBase &y)
The default constructor.
theplu::yat::regression::AkimaInterpolation
Non-rounded Akima spline with natural boundary conditions.
Definition:
AkimaInterpolation.h:44
theplu::yat::regression::GSLInterpolation
Base class for interfacing GSL interpolation.
Definition:
GSLInterpolation.h:59
Generated on Tue Sep 26 2017 02:33:29 for yat by
1.8.5