#include <spline.h>
Definition at line 41 of file spline.h.
void spline::construct |
( |
void |
| ) |
|
poly spline::evaluate |
( |
nr_double_t |
t | ) |
|
void spline::setBoundary |
( |
int |
b | ) |
|
|
inline |
void spline::setDerivatives |
( |
nr_double_t |
l, |
|
|
nr_double_t |
r |
|
) |
| |
|
inline |
void spline::vectors |
( |
tvector< nr_double_t > |
y, |
|
|
tvector< nr_double_t > |
t |
|
) |
| |
void spline::vectors |
( |
nr_double_t * |
y, |
|
|
nr_double_t * |
t, |
|
|
int |
len |
|
) |
| |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/spline.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/spline.cpp