#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "eg1holef.h"
#include "eg1hprivatef.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
Functions | |
void | g1h_DestroySPrivateDataf (GHoleDomainf *domain) |
boolean | _g1h_GetSplDBasisAuxpf (GHoleDomainf *domain, int fn, int cn, int *nzc, float *fcomc, float *fcomcd) |
boolean | _g1h_GetSplDBasisCrossDerf (GHoleDomainf *domain, int fn, int cn, float *fcomc, float *pv, float *pu) |
boolean | g1h_ComputeSplBasisf (GHoleDomainf *domain, int nk, int m1, int m2) |
#define CONST_ |
boolean _g1h_GetSplDBasisAuxpf | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | cn, | |||
int * | nzc, | |||
float * | fcomc, | |||
float * | fcomcd | |||
) |
boolean _g1h_GetSplDBasisCrossDerf | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | cn, | |||
float * | fcomc, | |||
float * | pv, | |||
float * | pu | |||
) |
boolean g1h_ComputeSplBasisf | ( | GHoleDomainf * | domain, | |
int | nk, | |||
int | m1, | |||
int | m2 | |||
) |
void g1h_DestroySPrivateDataf | ( | GHoleDomainf * | domain | ) |