![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <arg_newton.hpp>
Public Member Functions | |
| arg_newton () | |
Public Member Functions inherited from stan::gm::categorical_argument | |
| virtual | ~categorical_argument () |
| void | print (std::ostream *s, const int depth, const std::string prefix) |
| void | print_help (std::ostream *s, const int depth, const bool recurse) |
| bool | parse_args (std::vector< std::string > &args, std::ostream *out, std::ostream *err, bool &help_flag) |
| virtual void | probe_args (argument *base_arg, std::stringstream &s) |
| void | find_arg (std::string name, std::string prefix, std::vector< std::string > &valid_paths) |
| std::vector< argument * > & | subarguments () |
| argument * | arg (const std::string name) |
Public Member Functions inherited from stan::gm::argument | |
| argument () | |
| argument (const std::string name) | |
| virtual | ~argument () |
| std::string | name () const |
| std::string | description () const |
| int | compute_indent (const int depth) |
Additional Inherited Members | |
Static Public Member Functions inherited from stan::gm::argument | |
| static void | split_arg (const std::string &arg, std::string &name, std::string &value) |
Protected Attributes inherited from stan::gm::categorical_argument | |
| std::vector< argument * > | _subarguments |
Protected Attributes inherited from stan::gm::argument | |
| std::string | _name |
| std::string | _description |
| int | indent_width |
| int | help_width |
Definition at line 10 of file arg_newton.hpp.
|
inline |
Definition at line 14 of file arg_newton.hpp.