Functions

mbs18d.c File Reference

#include <string.h>
#include <math.h>
#include "multibs.h"
Include dependency graph for mbs18d.c:

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)

Function Documentation

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 
)