Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
gm
arguments
arg_dense_e.hpp
Go to the documentation of this file.
1
#ifndef STAN__GM__ARGUMENTS__DENSE_E__HPP
2
#define STAN__GM__ARGUMENTS__DENSE_E__HPP
3
4
#include <
stan/gm/arguments/unvalued_argument.hpp
>
5
6
namespace
stan {
7
8
namespace
gm {
9
10
class
arg_dense_e
:
public
unvalued_argument
{
11
12
public
:
13
14
arg_dense_e
() {
15
16
_name
=
"dense_e"
;
17
_description
=
"Euclidean manifold with dense metric"
;
18
19
}
20
21
};
22
23
}
// gm
24
25
}
// stan
26
27
#endif
28
unvalued_argument.hpp
stan::gm::unvalued_argument
Definition:
unvalued_argument.hpp:12
stan::gm::argument::_name
std::string _name
Definition:
argument.hpp:76
stan::gm::arg_dense_e
Definition:
arg_dense_e.hpp:10
stan::gm::arg_dense_e::arg_dense_e
arg_dense_e()
Definition:
arg_dense_e.hpp:14
stan::gm::argument::_description
std::string _description
Definition:
argument.hpp:77
[
Stan Home Page
]
© 2011–2014, Stan Development Team.