|  | gtkIOStream
    1.7.0
    GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ... | 
#include "DeBoor.h"Go to the source code of this file.
| Functions | |
| void | csaps () | 
| void | create (int n) | 
| void | deleteData () | 
| Variables | |
| DeBoor | deBoor | 
| float * | x | 
| float * | y | 
| float * | dy | 
| float * | result | 
| float | p | 
| int | N | 
| void create | ( | int | n | ) | 
Definition at line 37 of file DeBoorInstance.H.
| void csaps | ( | ) | 
| void deleteData | ( | ) | 
| DeBoor deBoor | 
Definition at line 22 of file DeBoorInstance.H.
| float* dy | 
Definition at line 26 of file DeBoorInstance.H.
| int N | 
Definition at line 29 of file DeBoorInstance.H.
| float p | 
Definition at line 28 of file DeBoorInstance.H.
| float* result | 
Definition at line 27 of file DeBoorInstance.H.
| float* x | 
Definition at line 24 of file DeBoorInstance.H.
| float* y | 
Definition at line 25 of file DeBoorInstance.H.
| GTK+ IOStream
    Beta
    |