Commit graph

34 commits

Author SHA1 Message Date
bolero-MURAKAMI
7c706381d4 fix iterator implementation 2013-02-23 15:21:27 +09:00
bolero-MURAKAMI
84376c3f69 fix string_ref 2013-02-20 01:12:56 +09:00
bolero-MURAKAMI
fa1d769bdf fix math functions 2013-02-14 18:02:43 +09:00
bolero-MURAKAMI
ac5ac257e6 fix include header 2013-02-08 00:49:47 +09:00
bolero-MURAKAMI
7aa10d1e08 support hash: floating point 2013-02-07 23:12:57 +09:00
bolero-MURAKAMI
c72ab5c6c1 fix hash implementation 2013-02-04 23:10:24 +09:00
bolero-MURAKAMI
aace49ac65 support STL container: numeric, numeric/dft 2013-02-01 20:21:01 +09:00
bolero-MURAKAMI
ee8602f6a3 fix index_tuple 2013-01-25 15:14:29 +09:00
bolero-MURAKAMI
f26032dce8 fix implementation 2013-01-12 04:08:44 +09:00
bolero-MURAKAMI
5019f6aa96 fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
bolero-MURAKAMI
24d2a229f3 add compost dft, spectrum, etc 2012-12-03 21:48:50 +09:00
bolero-MURAKAMI
18b479e3ac add math fmod
fix math cos
2012-12-02 17:06:37 +09:00
bolero-MURAKAMI
5ce2cb023c fix coding-style 2012-10-06 13:53:07 +09:00
bolero-MURAKAMI
e15e8f123e delete integer/bit.hpp (see bit/operation.hpp) 2012-08-09 00:03:30 +09:00
bolero-MURAKAMI
01ac3f7646 fix spectrum includes 2012-07-17 17:38:45 +09:00
bolero-MURAKAMI
f9d4b475b4 add sprout/numeric/dft.wave.hpp
fix constexpr -> inline constexpr
2012-07-15 16:04:05 +09:00
bolero-MURAKAMI
e4a4d17207 add dft/sawtooth, triangle, square, phase_spectrum, ... 2012-07-08 21:05:24 +09:00
bolero-MURAKAMI
1ea9d30e2a rewrite sprout::algorithm::join performance 2012-05-22 01:06:13 +09:00
bolero-MURAKAMI
3a999dd70c fix inherit_if_xxx decltype 2012-05-14 11:33:36 +09:00
bolero-MURAKAMI
6bb2d0fb87 replace implementation <cmath> functions to Sprout.Math.Functions 2012-05-09 10:15:19 +09:00
bolero-MURAKAMI
51a7a4c86c fix sinusoidal 2012-05-01 11:32:48 +09:00
bolero-MURAKAMI
3e5facb754 add def/spectrum, dft/sinusoid
fix container_traits defined weak typedefs and constants
fix reverse_iterator
2012-04-30 10:55:33 +09:00
bolero-MURAKAMI
be70a2e4ef add sprout/io.hpp
fix complex.hpp include header
fix partial_sum bug
fix range_return bug
2012-04-23 18:37:14 +09:00
bolero-MURAKAMI
f86d17d0d4 add ptr_fun, mem_fun, mem_fun_ref 2012-04-11 23:28:29 +09:00
bolero-MURAKAMI
4a8e938887 move dft functional/ -> numeric/ 2012-04-10 12:54:38 +09:00
bolero-MURAKAMI
c6bd230ee4 fix inline
add container/indexes.hpp
add tuple/indexes.hpp
2012-04-04 22:23:41 +09:00
bolero-MURAKAMI
ba6482d1ec porting cel/range/algoritm.hpp 2012-04-04 17:48:02 +09:00
bolero-MURAKAMI
db20f64991 porting sscrisk/CEL 2012-04-01 22:15:09 +09:00
bolero-MURAKAMI
ad60c8c530 [desuructive changes] container traits new interface [破壊的変更] 2012-03-31 16:24:13 +09:00
bolero-MURAKAMI
d5dcbaf4b2 sprout::index_t 追加 2012-02-28 10:46:39 +09:00
bolero-MURAKAMI
aa96f9ce73 sprout::detail::distance のADL追加
sprout/numeric/fixed/partial_sum.hpp 修正
sprout/numeric/fixed/adjacent_difference.hpp 修正
2012-02-25 11:51:23 +09:00
bolero-MURAKAMI
2168f05433 fixed_container_traits 仕様変更 2011-10-30 17:40:35 +09:00
bolero-MURAKAMI
510a265ea5 numeric/partial_sum.hpp 追加
numeric/adjacent_difference.hpp 追加
2011-10-20 13:15:24 +09:00
bolero-MURAKAMI
44b67d28e2 random/normal_distribution.hpp 追加
numeric/iota.hpp 追加
algorithm/shuffle.hpp 追加
2011-10-19 22:47:59 +09:00