🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::BrentqSolver 成员列表

成员的完整列表,这些成员属于 ast::BrentqSolver,包括所有继承而来的类成员

absTol_ast::UnarySolverprotected
BrentqSolver()=default (定义于 ast::BrentqSolver)ast::BrentqSolver
getAbsTol() constast::UnarySolverinline
getMaxIter() constast::UnarySolverinline
getRelTol() constast::UnarySolverinline
getStats() constast::UnarySolverinline
maxIter_ast::UnarySolverprotected
relTol_ast::UnarySolverprotected
setAbsTol(double absTol)ast::UnarySolverinline
setMaxIter(int maxIter)ast::UnarySolverinline
setRelTol(double relTol)ast::UnarySolverinline
solve(UnaryScalarFunc &func, double min, double max, double &result) overrideast::BrentqSolvervirtual
solve(Func func, double min, double max, double &result)ast::BrentqSolverinline
stats_ast::UnarySolverprotected
unarycfunc(double x, void *params) (定义于 ast::UnarySolver)ast::UnarySolverprotectedstatic
UnarySolver() (定义于 ast::BrentqSolver)ast::BrentqSolver
UnarySolver(double relTol, double absTol, int maxIter)ast::BrentqSolver
UnarySolver(double absTol)ast::BrentqSolver
~BrentqSolver()=default (定义于 ast::BrentqSolver)ast::BrentqSolver
~IUnarySolver()=default (定义于 ast::IUnarySolver)ast::IUnarySolvervirtual
~UnarySolver() override=default (定义于 ast::UnarySolver)ast::UnarySolver