My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
spline Class Reference

#include <spline.h>

Public Member Functions

 spline ()
 
 spline (int)
 
 spline (vector, vector)
 
 spline (tvector< nr_double_t >, tvector< nr_double_t >)
 
 ~spline ()
 
void vectors (vector, vector)
 
void vectors (tvector< nr_double_t >, tvector< nr_double_t >)
 
void vectors (nr_double_t *, nr_double_t *, int)
 
void construct (void)
 
poly evaluate (nr_double_t)
 
void setBoundary (int b)
 
void setDerivatives (nr_double_t l, nr_double_t r)
 

Detailed Description

Definition at line 41 of file spline.h.

Constructor & Destructor Documentation

spline::spline ( )

Definition at line 44 of file spline.cpp.

spline::spline ( int  b)

Definition at line 52 of file spline.cpp.

spline::spline ( vector  y,
vector  t 
)

Definition at line 60 of file spline.cpp.

Here is the call graph for this function:

spline::spline ( tvector< nr_double_t >  y,
tvector< nr_double_t >  t 
)

Definition at line 70 of file spline.cpp.

Here is the call graph for this function:

spline::~spline ( )

Definition at line 316 of file spline.cpp.

Member Function Documentation

void spline::construct ( void  )

Definition at line 133 of file spline.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

poly spline::evaluate ( nr_double_t  t)

Definition at line 283 of file spline.cpp.

Here is the caller graph for this function:

void spline::setBoundary ( int  b)
inline

Definition at line 55 of file spline.h.

Here is the caller graph for this function:

void spline::setDerivatives ( nr_double_t  l,
nr_double_t  r 
)
inline

Definition at line 56 of file spline.h.

void spline::vectors ( vector  y,
vector  t 
)

Definition at line 83 of file spline.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void spline::vectors ( tvector< nr_double_t >  y,
tvector< nr_double_t >  t 
)

Definition at line 95 of file spline.cpp.

Here is the call graph for this function:

void spline::vectors ( nr_double_t *  y,
nr_double_t *  t,
int  len 
)

Definition at line 107 of file spline.cpp.


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