mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
rename unfold -> recurrence, add-new unfold
This commit is contained in:
parent
a9308ae3ee
commit
b1b7a9fefc
19 changed files with 585 additions and 174 deletions
8
sprout/algorithm/recurrence.hpp
Normal file
8
sprout/algorithm/recurrence.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_RECURRENCE_HPP
|
||||
#define SPROUT_ALGORITHM_RECURRENCE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/fixed/recurrence.hpp>
|
||||
#include <sprout/algorithm/fit/recurrence.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_RECURRENCE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue