Functions

eg2hcore10f.c File Reference

This graph shows which files directly or indirectly include this file:

Functions

boolean g2h_DecomposeMatrixf (GHoleDomainf *domain)
boolean _g2h_SetRightSidef (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *fc00, float *b)
boolean _g2h_OutputPatchesf (GHoleDomainf *domain, int spdimen, CONST_ float *x, float *fc00, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr))
boolean g2h_FillHolef (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr))
boolean g2h_FillHoleConstrf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, int nconstr, CONST_ float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr))
boolean g2h_FillHoleAltConstrf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, int naconstr, CONST_ float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr))

Function Documentation

boolean _g2h_OutputPatchesf ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  x,
float *  fc00,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)
boolean _g2h_SetRightSidef ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
float *  fc00,
float *  b 
)
boolean g2h_DecomposeMatrixf ( GHoleDomainf domain  ) 
boolean g2h_FillHoleAltConstrf ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
int  naconstr,
CONST_ float *  constr,
float *  acoeff,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)
boolean g2h_FillHoleConstrf ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
int  nconstr,
CONST_ float *  constr,
float *  acoeff,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)
boolean g2h_FillHolef ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
float *  acoeff,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)