Minor tweaks to PrKalman
- fix (conditional) memory leak by strict use of
std::unique_ptr - prefer
front().tobegin()-> - prefer
next()over summation for iterators - use monadic StatusCode functionality
- prefer C++17 CTAD over
std::make_pair
Edited by Gerhard Raven