61Cmp Cmp::poisson_ylm(
int nylm,
double* intvec)
const {
66 mp->poisson_ylm(*
this, bidon, resu, nylm, intvec) ;
74void Cmp::poisson_ylm(
Param& par,
Cmp& uu,
int nylm,
double* intvec)
const {
76 mp->poisson_ylm(*
this, par, uu, nylm, intvec) ;
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
const Map * mp
Reference mapping.
Cmp(const Map &map)
Constructor from mapping.