|
Defines |
| #define | psMemCopy(A) (psMemIncrRefCounter((A))) |
Functions |
| bool | psMinimizeGaussNewtonDelta_EAM (psVector *delta, const psVector *params, const psVector *paramMask, const psArray *x, const psVector *y, const psVector *yErr, psMinimizeLMChi2Func func) |
| psBool | p_psMinLM_GuessABP_EAM (psImage *Alpha, psVector *Beta, psVector *Params, const psImage *alpha, const psVector *beta, const psVector *params, const psVector *paramMask, const psVector *beta_lim, const psVector *params_min, const psVector *params_max, psF64 lambda) |
| psBool | psMinimizeLMChi2_EAM (psMinimization *min, psImage *covar, psVector *params, const psVector *paramMask, const psArray *x, const psVector *y, const psVector *yErr, psMinimizeLMChi2Func func) |
| psF64 | p_psMinLM_dLinear (const psVector *Beta, const psVector *beta, psF64 lambda) |
| bool | psTimerStart (char *name) |
| psF64 | psTimerMark (char *name) |
| void | psTimerFree () |
| psS32 | psLogArguments (int *argc, char **argv) |
| psS32 | psTraceArguments (int *argc, char **argv) |
| bool | psImageInit (psImage *image,...) |
| void | psImageSmooth_EAM (psImage *image, float sigma, float Nsigma) |
| psLine * | psLineAlloc (int Nline) |
| bool | psLineInit (psLine *line) |
| bool | psLineAdd (psLine *line, char *format,...) |
| bool | p_psVectorPrint (int fd, psVector *a, char *name) |
| bool | p_psVectorPrintRow (int fd, psVector *a, char *name) |