|
double | StdMeshers::dihotomySolve (Function &f, const double val, const double _start, const double _fin, const double eps, bool &ok) |
|
bool | StdMeshers::buildDistribution (const TCollection_AsciiString &f, const int conv, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|
bool | StdMeshers::buildDistribution (const std::vector< double > &f, const int conv, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|
bool | StdMeshers::buildDistribution (const Function &func, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|