#include "pull.h"
#include "privatePull.h"
Functions | |
pullPoint * | pullPointNew (pullContext *pctx) |
void | _pullPointCopy (pullPoint *dst, const pullPoint *src, unsigned int ilen) |
pullPoint * | pullPointNix (pullPoint *pnt) |
void | _pullPointHistInit (pullPoint *point) |
void | _pullPointHistAdd (pullPoint *point, int cond) |
void | _pullPointNixMeRemove (pullContext *pctx) |
unsigned int | _pullPointNumber (const pullContext *pctx) |
double | _pullEnergyTotal (const pullContext *pctx) |
void | _pullPointStepEnergyScale (pullContext *pctx, double scale) |
double | _pullStepInterAverage (const pullContext *pctx) |
double | _pullStepConstrAverage (const pullContext *pctx) |
double | _pullPointScalar (const pullContext *pctx, const pullPoint *point, int sclInfo, double grad[3], double hess[9]) |
int | _pullProbe (pullTask *task, pullPoint *point) |
int | _pullPointSetup (pullContext *pctx) |
void | _pullPointFinish (pullContext *pctx) |
double _pullEnergyTotal | ( | const pullContext * | pctx | ) |
void _pullPointFinish | ( | pullContext * | pctx | ) |
void _pullPointHistAdd | ( | pullPoint * | point, | |
int | cond | |||
) |
void _pullPointHistInit | ( | pullPoint * | point | ) |
void _pullPointNixMeRemove | ( | pullContext * | pctx | ) |
unsigned int _pullPointNumber | ( | const pullContext * | pctx | ) |
double _pullPointScalar | ( | const pullContext * | pctx, | |
const pullPoint * | point, | |||
int | sclInfo, | |||
double | grad[3], | |||
double | hess[9] | |||
) |
int _pullPointSetup | ( | pullContext * | pctx | ) |
void _pullPointStepEnergyScale | ( | pullContext * | pctx, | |
double | scale | |||
) |
double _pullStepConstrAverage | ( | const pullContext * | pctx | ) |
double _pullStepInterAverage | ( | const pullContext * | pctx | ) |
pullPoint* pullPointNew | ( | pullContext * | pctx | ) |