Sprout/sprout/algorithm/recurrence_n.hpp
2012-09-28 13:15:17 +09:00

8 lines
275 B
C++

#ifndef SPROUT_ALGORITHM_RECURRENCE_N_HPP
#define SPROUT_ALGORITHM_RECURRENCE_N_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/recurrence_n.hpp>
#include <sprout/algorithm/fit/recurrence_n.hpp>
#endif // #ifndef SPROUT_ALGORITHM_RECURRENCE_N_HPP