Functions

eg1hcore9f.c File Reference

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

Functions

boolean g1h_DecomposeMatrixf (GHoleDomainf *domain)
boolean _g1h_SetRightSidef (GHoleDomainf *domain, const float *Bmat, int spdimen, CONST_ float *hole_cp, float *fc00, float *b)
boolean _g1h_OutputPatchesf (GHoleDomainf *domain, int spdimen, CONST_ float *x, float *fc00, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr))
boolean g1h_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 g1h_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 g1h_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 _g1h_OutputPatchesf ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  x,
float *  fc00,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)
boolean _g1h_SetRightSidef ( GHoleDomainf domain,
const float *  Bmat,
int  spdimen,
CONST_ float *  hole_cp,
float *  fc00,
float *  b 
)
boolean g1h_DecomposeMatrixf ( GHoleDomainf domain  ) 
boolean g1h_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 g1h_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 g1h_FillHolef ( GHoleDomainf domain,
int  spdimen,
CONST_ float *  hole_cp,
float *  acoeff,
void *  usrptr,
void(*)(int n, int m, const float *cp, void *usrptr)  outpatch 
)