#include <Spl.hh>
Private Methods | |
| Splstorage_ (unsigned int N=2) | |
| Inits to work on N data points (default 2). | |
| void | len (unsigned int L) |
| Changes the vector sizes to L. More... | |
| void | reset () |
| Zeroes all data vectors and prepares for a new fit. | |
Private Attributes | |
| vector<double> | Xvec |
| independent variable. | |
| vector<double> | Yvec |
| dependent variable. | |
| vector<double> | Y2vec |
| second derivatives. | |
| vector<double> | Yintvec |
| integrals. | |
| unsigned int | Len |
| common data vector length. | |
| bool | Ev |
| Evaluation needed? | |
Friends | |
| class | Spl_ |
Objects of this class are wrapped by the Refstorage_ class that implements reference counting and copy-on-write. The Spl_ class inherits that Refstorage_ wrapper. This class has only private members and methods and Spl_ is its only friend that is allowed to tamper with them.
Definition at line 49 of file Spl.hh.
|
|
Inits to work on N data points (default 2).
|
|
|
Changes the vector sizes to L. Guaranteed to be invoked only if L is different from Len. See Spl_::len(L). |
|
|
Zeroes all data vectors and prepares for a new fit.
|
|
|
|
|
|
independent variable.
|
|
|
dependent variable.
|
|
|
second derivatives.
|
|
|
integrals.
|
|
|
common data vector length.
|
|
|
Evaluation needed?
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001