Home
last modified time | relevance | path

Searched refs:DiffRemoveSingularity (Results 1 – 3 of 3) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/scripting/
H A DMyParser.h60 double DiffRemoveSingularity(double *xvar, double *a_Var,double a_fPos) const;
H A DMyParser.cpp184 double MyParser::DiffRemoveSingularity(double *xvar, double *a_Var, double a_fPos) const in DiffRemoveSingularity() function in MyParser
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A Dfit_gsl.cpp638 gsl_matrix_set (J, i, j, 1.0/s*parser.DiffRemoveSingularity(&xvar, &param[j], param[j])); in user_df()