Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
numerical.h
Go to the documentation of this file.
1
#include <cstdint>
2
#include <vector>
3
4
namespace
storm
{
5
namespace
utility {
6
namespace
numerical {
7
8
template
<
typename
ValueType>
9
struct
FoxGlynnResult
{
10
FoxGlynnResult
();
11
12
uint64_t
left
;
13
uint64_t
right
;
14
ValueType
totalWeight
;
15
std::vector<ValueType>
weights
;
16
};
17
18
template
<
typename
ValueType>
19
FoxGlynnResult<ValueType>
foxGlynn
(ValueType lambda, ValueType epsilon);
20
21
}
// namespace numerical
22
}
// namespace utility
23
}
// namespace storm
storm::utility::numerical::foxGlynn
FoxGlynnResult< ValueType > foxGlynn(ValueType lambda, ValueType epsilon)
Definition
numerical.cpp:269
storm
LabParser.cpp.
Definition
cli.cpp:18
storm::utility::numerical::FoxGlynnResult
Definition
numerical.h:9
storm::utility::numerical::FoxGlynnResult::FoxGlynnResult
FoxGlynnResult()
Definition
numerical.cpp:16
storm::utility::numerical::FoxGlynnResult::right
uint64_t right
Definition
numerical.h:13
storm::utility::numerical::FoxGlynnResult::totalWeight
ValueType totalWeight
Definition
numerical.h:14
storm::utility::numerical::FoxGlynnResult::weights
std::vector< ValueType > weights
Definition
numerical.h:15
storm::utility::numerical::FoxGlynnResult::left
uint64_t left
Definition
numerical.h:12
src
storm
utility
numerical.h
Generated by
1.9.8