Sprout/sprout/algorithm/unfold.hpp

9 lines
245 B
C++
Raw Normal View History

#ifndef SPROUT_ALGORITHM_UNFOLD_HPP
#define SPROUT_ALGORITHM_UNFOLD_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/unfold.hpp>
#include <sprout/algorithm/fit/unfold.hpp>
#endif // #ifndef SPROUT_ALGORITHM_UNFOLD_HPP