#include <stdio.h>
#include <stdlib.h>
#include <cmath>
#include "nf_utilities.h"
Go to the source code of this file.
void* nfu_calloc |
( |
size_t |
size, |
|
|
size_t |
n |
|
) |
| |
void* nfu_free |
( |
void * |
p | ) |
|
Definition at line 141 of file nf_utilities.cc.
References free.
Referenced by nf_Legendre_free(), nf_Legendre_new(), nf_Legendre_release(), ptwX_free(), ptwX_fromString(), ptwX_new(), ptwX_release(), ptwXY_cloneToInterpolation(), ptwXY_copy(), ptwXY_free(), ptwXY_fromString(), ptwXY_mergeFrom(), ptwXY_mergeFromXYs(), ptwXY_new(), ptwXY_release(), and ptwXY_thin().
double nfu_getInfinity |
( |
double |
sign | ) |
|
double nfu_getNAN |
( |
void |
| ) |
|
int nfu_isNAN |
( |
double |
d | ) |
|
void* nfu_malloc |
( |
size_t |
size | ) |
|
void nfu_printErrorMsg |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| |
void nfu_printMsg |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| |
void* nfu_realloc |
( |
size_t |
size, |
|
|
void * |
old |
|
) |
| |
void nfu_setMemoryDebugMode |
( |
int |
mode | ) |
|
const char* nfu_statusMessage |
( |
nfu_status |
status | ) |
|
Definition at line 74 of file nf_utilities.cc.
Referenced by MCGIDI_angular_parseFromTOM(), MCGIDI_angularEnergy_parsePointwiseFromTOM(), MCGIDI_energy_parseMadlandNixFromTOM(), MCGIDI_energy_parseNBodyPhaseSpaceFromTOM(), MCGIDI_energyAngular_linear_parseFromTOM(), MCGIDI_fromTOM_pdfOfX(), MCGIDI_KalbachMann_parseFromTOM2(), MCGIDI_LLNL_angularEnergy_parsePointwiseFromTOM(), MCGIDI_misc_Data2ptwXYPointsInUnitsOf(), MCGIDI_product_parseFromTOM(), MCGIDI_product_parsePolynomialMultiplicity(), MCGIDI_target_heated_read(), and MCGIDI_target_heated_recast().
const char badIndex_message[] = "bad index" |
|
static |
const char badIndexForX_message[] = "index not correct for x value" |
|
static |
const char badInput_message[] = "bad input to function" |
|
static |
const char badIntegrationInput_message[] = "bad integration input" |
|
static |
const char badNorm_message[] = "bad norm" |
|
static |
const char badSelf_message[] = "source object has bad status value" |
|
static |
const char divByZero_message[] = "division by zero" |
|
static |
const char empty_message[] = "empty instance" |
|
static |
const char failedToConverge_message[] = "failed to converge" |
|
static |
const char insufficientMemory_message[] = "user's memory is too small to hanlde data" |
|
static |
const char invalidInterpolation_message[] = "bad x,y values for interpolation" |
|
static |
const char mallocError_message[] = "could not allocate memory" |
|
static |
const char notMutualDomian_message[] = "domains are not mutual" |
|
static |
const char oddNumberOfValues_message[] = "odd number of inputted values" |
|
static |
const char Okay_message[] = "all is okay" |
|
static |
const char otherInterpolation_message[] = "other integration not supported" |
|
static |
const char tooFewPoints_message[] = "too few points in instance" |
|
static |
const char unknownStatus_message[] = "unknown (i.e., invalid) status value" |
|
static |
const char unsupportedInterpolation_message[] = "unsupported interpolation" |
|
static |
const char unsupportedInterpolationConversion_message[] = "unsupported interpolation conversion" |
|
static |
const char XNotAscending_message[] = "x values are not ascending" |
|
static |
const char XOutsideDomain_message[] = "x value not in domain" |
|
static |