Stan
2.10.0
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
src
stan
services
arguments
arg_newton.hpp
Go to the documentation of this file.
1
#ifndef STAN_SERVICES_ARGUMENTS_ARG_NEWTON_HPP
2
#define STAN_SERVICES_ARGUMENTS_ARG_NEWTON_HPP
3
4
#include <
stan/services/arguments/categorical_argument.hpp
>
5
6
namespace
stan
{
7
namespace
services {
8
9
class
arg_newton
:
public
categorical_argument
{
10
public
:
11
arg_newton
() {
12
_name
=
"newton"
;
13
_description
=
"Newton's method"
;
14
}
15
};
16
17
}
// services
18
}
// stan
19
20
#endif
21
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::services::arg_newton
Definition:
arg_newton.hpp:9
categorical_argument.hpp
stan::services::argument::_description
std::string _description
Definition:
argument.hpp:84
stan::services::arg_newton::arg_newton
arg_newton()
Definition:
arg_newton.hpp:11
stan::services::categorical_argument
Definition:
categorical_argument.hpp:11
stan::services::argument::_name
std::string _name
Definition:
argument.hpp:83
[
Stan Home Page
]
© 2011–2016, Stan Development Team.