23char citlegp_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/citlegp.C,v 1.6 2014/10/13 08:53:12 j_novak Exp $" ;
133void citlegp(
const int* deg,
const int* dimc,
double* cf,
const int* dimf,
138 assert(dimc[0]==deg[0]+2) ;
139 assert(dimc[1]==deg[1]) ;
140 assert(dimc[2]==deg[2]) ;
144 int taille = dimc[0]*dimc[1]*dimc[2] ;
145 double* cf_cs =
new double[taille] ;
151 chb_legp_cossincp(deg , cf, cf_cs) ;
157 citcossincp(deg, dimc, cf_cs, dimf, ff) ;