12 static bool first_time =
true;
13 static Array<double, 2> res;
16 res.reference(Array<double, 2>(shape(3,6), ColumnMajorArray<2>()));
20 res(1,3) = 3*(1-2*depolar_fact)/(2+depolar_fact);
21 res(2,0) = (1-depolar_fact)/(2+depolar_fact);
22 res(2,4) = sqrt(6)*(1-depolar_fact)/(2+depolar_fact);
23 res(2,1) = 6*(1-depolar_fact)/(2+depolar_fact);
Apply value function to a blitz array.
static const blitz::Array< double, 2 > & array(double depolar_fact=0.02790)
Return the Ralyeigh Greek Moment Array.
Contains classes to abstract away details in various Spurr Radiative Transfer software.