Interface
NumCosmoHIPertIGW
Prerequisite
In order to implement HIPertIGW, your type must inherit fromGObject.
Instance methods
nc_hipert_igw_eval_unit
Evaluates the unit conversion factor for the gravitational wave amplitude. This factor converts the dimensionless gravitational wave amplitude to physical units.
Interface structure
struct NumCosmoHIPertIGWInterface {
gdouble (* eval_xi) (
NcHIPertIGW* igw,
const gdouble tau,
const gdouble k
);
gdouble (* eval_F1) (
NcHIPertIGW* igw,
const gdouble tau,
const gdouble k
);
gdouble (* eval_nu) (
NcHIPertIGW* igw,
const gdouble tau,
const gdouble k
);
gdouble (* eval_m) (
NcHIPertIGW* igw,
const gdouble tau,
const gdouble k
);
gdouble (* eval_unit) (
NcHIPertIGW* igw
);
gdouble (* eval_x) (
NcHIPertIGW* igw,
const gdouble tau
);
}
No description available.
Interface members
eval_xi |
|
No description available. |
|
eval_F1 |
|
No description available. |
|
eval_nu |
|
No description available. |
|
eval_m |
|
No description available. |
|
eval_unit |
|
No description available. |
|
eval_x |
|
No description available. |
Virtual methods
NumCosmo.HIPertIGW.eval_unit
Evaluates the unit conversion factor for the gravitational wave amplitude. This factor converts the dimensionless gravitational wave amplitude to physical units.