#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_multiMultBezCd (int nscf, int degscf, int scfpitch, const double *scfcoef, int spdimen, int nvecf, int degvecf, int vecfpitch, const double *vecfcp, int *degprod, int prodpitch, double *prodcp) |
| void | mbs_multiMultBSCd (int nscf, int degscf, int scflastknot, const double *scfknots, int scfpitch, const double *scfcoef, int spdimen, int nvecf, int degvecf, int vecflastknot, const double *vecfknots, int vecfpitch, const double *vecfcp, int *degprod, int *prodlastknot, double *prodknots, int prodpitch, double *prodcp) |
| void mbs_multiMultBezCd | ( | int | nscf, | |
| int | degscf, | |||
| int | scfpitch, | |||
| const double * | scfcoef, | |||
| int | spdimen, | |||
| int | nvecf, | |||
| int | degvecf, | |||
| int | vecfpitch, | |||
| const double * | vecfcp, | |||
| int * | degprod, | |||
| int | prodpitch, | |||
| double * | prodcp | |||
| ) |
| void mbs_multiMultBSCd | ( | int | nscf, | |
| int | degscf, | |||
| int | scflastknot, | |||
| const double * | scfknots, | |||
| int | scfpitch, | |||
| const double * | scfcoef, | |||
| int | spdimen, | |||
| int | nvecf, | |||
| int | degvecf, | |||
| int | vecflastknot, | |||
| const double * | vecfknots, | |||
| int | vecfpitch, | |||
| const double * | vecfcp, | |||
| int * | degprod, | |||
| int * | prodlastknot, | |||
| double * | prodknots, | |||
| int | prodpitch, | |||
| double * | prodcp | |||
| ) |
1.7.1