append 追加

random/linear_congruential.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2011-09-29 00:51:12 +09:00
parent f64cac529c
commit 77c3faa42e
11 changed files with 626 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_OPERATION_APPEND_BACK_HPP
#define SPROUT_OPERATION_APPEND_BACK_HPP
#include <sprout/config.hpp>
#include <sprout/operation/fixed/append_back.hpp>
#include <sprout/operation/fit/append_back.hpp>
#endif // #ifndef SPROUT_OPERATION_APPEND_BACK_HPP