Functions

mbs18f.c File Reference

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

Functions

boolean mbs_ApproxBSKnotsValidf (int degree, int lastknot, const float *knots, int lastiknot, const float *iknots)
int mbs_ApproxBSBandmSizef (int degree, const float *knots, int lastiknot, const float *iknots)
boolean mbs_ConstructApproxBSProfilef (int degree, int lastknot, const float *knots, int lastiknot, const float *iknots, bandm_profile *prof)
boolean mbs_ConstructApproxBSMatrixf (int degree, int lastknot, const float *knots, int lastiknot, const float *iknots, int *nrows, int *ncols, bandm_profile *prof, float *a)
boolean mbs_multiConstructApproxBSCf (int degree, int lastknot, const float *knots, int lastpknot, const float *pknots, int ncurves, int spdimen, int ppitch, const float *ppoints, int bcpitch, float *ctlpoints)

Function Documentation

int mbs_ApproxBSBandmSizef ( int  degree,
const float *  knots,
int  lastiknot,
const float *  iknots 
)
boolean mbs_ApproxBSKnotsValidf ( int  degree,
int  lastknot,
const float *  knots,
int  lastiknot,
const float *  iknots 
)
boolean mbs_ConstructApproxBSMatrixf ( int  degree,
int  lastknot,
const float *  knots,
int  lastiknot,
const float *  iknots,
int *  nrows,
int *  ncols,
bandm_profile prof,
float *  a 
)
boolean mbs_ConstructApproxBSProfilef ( int  degree,
int  lastknot,
const float *  knots,
int  lastiknot,
const float *  iknots,
bandm_profile prof 
)
boolean mbs_multiConstructApproxBSCf ( int  degree,
int  lastknot,
const float *  knots,
int  lastpknot,
const float *  pknots,
int  ncurves,
int  spdimen,
int  ppitch,
const float *  ppoints,
int  bcpitch,
float *  ctlpoints 
)