Functions

mbs10f.c File Reference

#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Include dependency graph for mbs10f.c:

Functions

void mbs_multiMultBezCf (int nscf, int degscf, int scfpitch, const float *scfcoef, int spdimen, int nvecf, int degvecf, int vecfpitch, const float *vecfcp, int *degprod, int prodpitch, float *prodcp)
void mbs_multiMultBSCf (int nscf, int degscf, int scflastknot, const float *scfknots, int scfpitch, const float *scfcoef, int spdimen, int nvecf, int degvecf, int vecflastknot, const float *vecfknots, int vecfpitch, const float *vecfcp, int *degprod, int *prodlastknot, float *prodknots, int prodpitch, float *prodcp)

Function Documentation

void mbs_multiMultBezCf ( int  nscf,
int  degscf,
int  scfpitch,
const float *  scfcoef,
int  spdimen,
int  nvecf,
int  degvecf,
int  vecfpitch,
const float *  vecfcp,
int *  degprod,
int  prodpitch,
float *  prodcp 
)
void mbs_multiMultBSCf ( int  nscf,
int  degscf,
int  scflastknot,
const float *  scfknots,
int  scfpitch,
const float *  scfcoef,
int  spdimen,
int  nvecf,
int  degvecf,
int  vecflastknot,
const float *  vecfknots,
int  vecfpitch,
const float *  vecfcp,
int *  degprod,
int *  prodlastknot,
float *  prodknots,
int  prodpitch,
float *  prodcp 
)