/usr/include/openturns/swig/Solver_doc.i is in libopenturns-dev 1.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | // Solver docstrings are defined in SolverImplementation_doc.i.in
%feature("docstring") OT::Solver
OT_Solver_doc
%feature("docstring") OT::Solver::getAbsoluteError
OT_Solver_getAbsoluteError_doc
%feature("docstring") OT::Solver::getMaximumFunctionEvaluation
OT_Solver_getMaximumFunctionEvaluation_doc
%feature("docstring") OT::Solver::getRelativeError
OT_Solver_getRelativeError_doc
%feature("docstring") OT::Solver::getResidualError
OT_Solver_getResidualError_doc
%feature("docstring") OT::Solver::setAbsoluteError
OT_Solver_setAbsoluteError_doc
%feature("docstring") OT::Solver::setMaximumFunctionEvaluation
OT_Solver_setMaximumFunctionEvaluation_doc
%feature("docstring") OT::Solver::setRelativeError
OT_Solver_setRelativeError_doc
%feature("docstring") OT::Solver::setResidualError
OT_Solver_setResidualError_doc
%feature("docstring") OT::Solver::getUsedFunctionEvaluation
OT_Solver_getUsedFunctionEvaluation_doc
|