#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
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) |
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 | |||
) |