#include "DeBoor.H"
#include <iostream>
#include <stdio.h>
Go to the source code of this file.
|
void | bsplpp_ (float *t, float *bcoef, int *n, int *k, float scrtch[][4], float *breakp, float coef[][4], int *l) |
|
float | smooth_ (float *x, float *y, float *dy, int *npoint, float *s, float v[][7], float a[][4]) |
|
void | csaps_ (float *x, float *y, float *dy, int *npoint, float *s, float *result) |
|
◆ bsplpp_()
void bsplpp_ |
( |
float * |
t, |
|
|
float * |
bcoef, |
|
|
int * |
n, |
|
|
int * |
k, |
|
|
float |
scrtch[][4], |
|
|
float * |
breakp, |
|
|
float |
coef[][4], |
|
|
int * |
l |
|
) |
| |
◆ csaps_()
void csaps_ |
( |
float * |
x, |
|
|
float * |
y, |
|
|
float * |
dy, |
|
|
int * |
npoint, |
|
|
float * |
s, |
|
|
float * |
result |
|
) |
| |
◆ smooth_()
float smooth_ |
( |
float * |
x, |
|
|
float * |
y, |
|
|
float * |
dy, |
|
|
int * |
npoint, |
|
|
float * |
s, |
|
|
float |
v[][7], |
|
|
float |
a[][4] |
|
) |
| |