|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Functions | |
| double | ptwXY_limitAccuracy (double accuracy) |
| void | ptwXY_update_biSectionMax (ptwXYPoints *ptwXY1, double oldLength) |
| ptwXYPoints * | ptwXY_createFromFunction (statusMessageReporting *smr, int n, double *xs, ptwXY_createFromFunction_callback func, void *argList, double accuracy, int checkForRoots, int biSectionMax) |
| ptwXYPoints * | ptwXY_createFromFunction2 (statusMessageReporting *smr, ptwXPoints *xs, ptwXY_createFromFunction_callback func, void *argList, double accuracy, int checkForRoots, int biSectionMax) |
| nfu_status | ptwXY_applyFunction (statusMessageReporting *smr, ptwXYPoints *ptwXY1, ptwXY_applyFunction_callback func, void *argList, int checkForRoots) |
| ptwXYPoints * | ptwXY_fromString (statusMessageReporting *smr, char const *str, char sep, ptwXY_interpolation interpolation, char const *interpolationString, double biSectionMax, double accuracy, char **endCharacter, int useSystem_strtod) |
| void | ptwXY_showInteralStructure (ptwXYPoints *ptwXY, FILE *f, int printPointersAsNull) |
| void | ptwXY_simpleWrite (ptwXYPoints *ptwXY, FILE *f, char const *format) |
| void | ptwXY_simplePrint (ptwXYPoints *ptwXY, char const *format) |
| nfu_status ptwXY_applyFunction | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| ptwXY_applyFunction_callback | func, | ||
| void * | argList, | ||
| int | checkForRoots ) |
Definition at line 165 of file ptwXY_misc.c.
Referenced by ptwXY_pow().
| ptwXYPoints * ptwXY_createFromFunction | ( | statusMessageReporting * | smr, |
| int | n, | ||
| double * | xs, | ||
| ptwXY_createFromFunction_callback | func, | ||
| void * | argList, | ||
| double | accuracy, | ||
| int | checkForRoots, | ||
| int | biSectionMax ) |
Definition at line 46 of file ptwXY_misc.c.
Referenced by GIDI::Functions::Polynomial1d::asXYs1d(), MCGIDI::Probabilities::NBodyPhaseSpace2d::NBodyPhaseSpace2d(), nf_Legendre_to_ptwXY(), and ptwXY_createFromFunction2().
| ptwXYPoints * ptwXY_createFromFunction2 | ( | statusMessageReporting * | smr, |
| ptwXPoints * | xs, | ||
| ptwXY_createFromFunction_callback | func, | ||
| void * | argList, | ||
| double | accuracy, | ||
| int | checkForRoots, | ||
| int | biSectionMax ) |
Definition at line 104 of file ptwXY_misc.c.
| ptwXYPoints * ptwXY_fromString | ( | statusMessageReporting * | smr, |
| char const * | str, | ||
| char | sep, | ||
| ptwXY_interpolation | interpolation, | ||
| char const * | interpolationString, | ||
| double | biSectionMax, | ||
| double | accuracy, | ||
| char ** | endCharacter, | ||
| int | useSystem_strtod ) |
Definition at line 275 of file ptwXY_misc.c.
| double ptwXY_limitAccuracy | ( | double | accuracy | ) |
Definition at line 28 of file ptwXY_misc.c.
Referenced by ptwXY_setAccuracy(), ptwXY_thin(), and ptwXY_toOtherInterpolation().
| void ptwXY_showInteralStructure | ( | ptwXYPoints * | ptwXY, |
| FILE * | f, | ||
| int | printPointersAsNull ) |
Definition at line 297 of file ptwXY_misc.c.
| void ptwXY_simplePrint | ( | ptwXYPoints * | ptwXY, |
| char const * | format ) |
Definition at line 342 of file ptwXY_misc.c.
| void ptwXY_simpleWrite | ( | ptwXYPoints * | ptwXY, |
| FILE * | f, | ||
| char const * | format ) |
Definition at line 329 of file ptwXY_misc.c.
Referenced by ptwXY_simplePrint(), and GIDI::Functions::XYs1d::write().
| void ptwXY_update_biSectionMax | ( | ptwXYPoints * | ptwXY1, |
| double | oldLength ) |
Definition at line 37 of file ptwXY_misc.c.
Referenced by ptwXY_applyFunction(), ptwXY_div_ptwXY(), and ptwXY_mul2_ptwXY().