|
@ -280,6 +280,11 @@ namespace storm { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
template<typename ValueType> |
|
|
|
|
|
uint64_t DFT<ValueType>::maxRank() const { |
|
|
|
|
|
return mElements.back()->rank(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
template<typename ValueType> |
|
|
template<typename ValueType> |
|
|
DFT<ValueType> DFT<ValueType>::optimize() const { |
|
|
DFT<ValueType> DFT<ValueType>::optimize() const { |
|
|
std::vector<size_t> modIdea = findModularisationRewrite(); |
|
|
std::vector<size_t> modIdea = findModularisationRewrite(); |
|
|
xxxxxxxxxx