Marian 0.9
Main
Pages
Modules
Classes
Files
Examples
File List
src
types.hpp
1
#ifndef MARIAN_TYPES_H
2
#define MARIAN_TYPES_H
3
4
namespace
marian
{
8
enum class
OptionType
{
9
PUT
= -1,
10
CALL
= 1
11
};
12
}
// namespace marian
13
#endif
/* MARIAN_TYPES_H */
marian::OptionType
OptionType
Types of options.
Definition:
types.hpp:8
marian::OptionType::PUT
Put option.
marian
Definition:
backwardKolmogorovEq.cpp:5
marian::OptionType::CALL
Call option.
Generated by
1.8.11