#include <string.h>
#include <math.h>
#include "multibs.h"
Functions | |
boolean | mbs_ApproxBSKnotsValidd (int degree, int lastknot, const double *knots, int lastiknot, const double *iknots) |
int | mbs_ApproxBSBandmSized (int degree, const double *knots, int lastiknot, const double *iknots) |
boolean | mbs_ConstructApproxBSProfiled (int degree, int lastknot, const double *knots, int lastiknot, const double *iknots, bandm_profile *prof) |
boolean | mbs_ConstructApproxBSMatrixd (int degree, int lastknot, const double *knots, int lastiknot, const double *iknots, int *nrows, int *ncols, bandm_profile *prof, double *a) |
boolean | mbs_multiConstructApproxBSCd (int degree, int lastknot, const double *knots, int lastpknot, const double *pknots, int ncurves, int spdimen, int ppitch, const double *ppoints, int bcpitch, double *ctlpoints) |
int mbs_ApproxBSBandmSized | ( | int | degree, | |
const double * | knots, | |||
int | lastiknot, | |||
const double * | iknots | |||
) |
boolean mbs_ApproxBSKnotsValidd | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int | lastiknot, | |||
const double * | iknots | |||
) |
boolean mbs_ConstructApproxBSMatrixd | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int | lastiknot, | |||
const double * | iknots, | |||
int * | nrows, | |||
int * | ncols, | |||
bandm_profile * | prof, | |||
double * | a | |||
) |
boolean mbs_ConstructApproxBSProfiled | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int | lastiknot, | |||
const double * | iknots, | |||
bandm_profile * | prof | |||
) |
boolean mbs_multiConstructApproxBSCd | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int | lastpknot, | |||
const double * | pknots, | |||
int | ncurves, | |||
int | spdimen, | |||
int | ppitch, | |||
const double * | ppoints, | |||
int | bcpitch, | |||
double * | ctlpoints | |||
) |