|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::SecantSolver,包括所有继承而来的类成员
| absTol_ | ast::UnarySolver | protected |
| getAbsTol() const | ast::UnarySolver | inline |
| getMaxIter() const | ast::UnarySolver | inline |
| getRelTol() const | ast::UnarySolver | inline |
| getStats() const | ast::UnarySolver | inline |
| maxIter_ | ast::UnarySolver | protected |
| relTol_ | ast::UnarySolver | protected |
| SecantSolver()=default (定义于 ast::SecantSolver) | ast::SecantSolver | |
| setAbsTol(double absTol) | ast::UnarySolver | inline |
| setMaxIter(int maxIter) | ast::UnarySolver | inline |
| setRelTol(double relTol) | ast::UnarySolver | inline |
| solve(UnaryScalarFunc &func, double min, double max, double &result) override | ast::SecantSolver | virtual |
| solve(Func func, double min, double max, double &result) | ast::SecantSolver | inline |
| stats_ | ast::UnarySolver | protected |
| unarycfunc(double x, void *params) (定义于 ast::UnarySolver) | ast::UnarySolver | protectedstatic |
| UnarySolver() (定义于 ast::UnarySolver) | ast::UnarySolver | |
| UnarySolver(double relTol, double absTol, int maxIter) | ast::UnarySolver | |
| UnarySolver(double absTol) | ast::UnarySolver | |
| ~IUnarySolver()=default (定义于 ast::IUnarySolver) | ast::IUnarySolver | virtual |
| ~SecantSolver()=default (定义于 ast::SecantSolver) | ast::SecantSolver | |
| ~UnarySolver() override=default (定义于 ast::UnarySolver) | ast::UnarySolver |