#include "csadll.h"
Go to the source code of this file.
Define Documentation
Definition at line 28 of file csa.h.
Typedef Documentation
Definition at line 41 of file csa.h.
Function Documentation
CSADLLIMPEXP void csa_addpoints |
( |
csa * |
a, |
|
|
int |
n, |
|
|
point |
points[] | |
|
) |
| | |
CSADLLIMPEXP void csa_approximate_point |
( |
csa * |
a, |
|
|
point * |
p | |
|
) |
| | |
CSADLLIMPEXP void csa_approximate_points |
( |
csa * |
a, |
|
|
int |
n, |
|
|
point * |
points | |
|
) |
| | |
CSADLLIMPEXP void csa_calculatespline |
( |
csa * |
a |
) |
|
CSADLLIMPEXP csa* csa_create |
( |
|
) |
|
CSADLLIMPEXP void csa_destroy |
( |
csa * |
a |
) |
|
CSADLLIMPEXP void csa_setk |
( |
csa * |
a, |
|
|
int |
k | |
|
) |
| | |
CSADLLIMPEXP void csa_setnpmax |
( |
csa * |
a, |
|
|
int |
npmax | |
|
) |
| | |
CSADLLIMPEXP void csa_setnpmin |
( |
csa * |
a, |
|
|
int |
npmin | |
|
) |
| | |
CSADLLIMPEXP void csa_setnpps |
( |
csa * |
a, |
|
|
double |
npps | |
|
) |
| | |
Variable Documentation
Definition at line 41 of file csa.c.