ref #39 smoothing is refactored

KDE smoothing algorithmisch mal geschrieben, jetzt noch testen
This commit is contained in:
toni
2017-12-06 17:37:14 +01:00
parent 95a5c8f34f
commit 74981c6a45
14 changed files with 1303 additions and 127 deletions

View File

@@ -52,7 +52,7 @@ namespace Assert {
}
template <typename T, typename STR> static inline void isNotNull(const T& v, const STR err) {
if (v == nullptr) {doThrow(err);}
if (v == nullptr) {doThrow(err);}
}
template <typename T, typename STR> static inline void isNotNaN(const T v, const STR err) {