mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add range/numeric/dft
This commit is contained in:
parent
374374c62b
commit
5757bc9d7a
11 changed files with 219 additions and 2 deletions
11
README
11
README
|
@ -30,12 +30,14 @@ constexpr バリアント (Variants)
|
|||
constexpr アルゴリズム (Algorithms)
|
||||
sprout/algorithm.hpp
|
||||
sprout/numeric.hpp
|
||||
sprout/numeric/dft.hpp
|
||||
|
||||
constexpr 範囲アルゴリズム (Range algorithms)
|
||||
sprout/range/algorithm.hpp
|
||||
sprout/range/numeric.hpp
|
||||
|
||||
constexpr Rangeアダプタ (Range adaptors)
|
||||
sprout/range/adaptor.hpp
|
||||
|
||||
constexpr コンテナ操作 (Container operations)
|
||||
sprout/operation.hpp
|
||||
|
||||
|
@ -63,6 +65,10 @@ constexpr UUID (UUID)
|
|||
コンテナ特性 (Container traits)
|
||||
sprout/container.hpp
|
||||
|
||||
constexpr 離散フーリエ変換 (Discrete Fourier transforms)
|
||||
sprout/numeric/dft.hpp
|
||||
sprout/range/numeric/dft.hpp
|
||||
|
||||
constexpr 構文解析 (Parsing)
|
||||
sprout/weed.hpp
|
||||
|
||||
|
@ -141,4 +147,5 @@ Mail: contact-lib@boleros.x0.com
|
|||
このライブラリは Boost Software License の元で公開されています。
|
||||
|
||||
Copyright (C) 2011-2012 Bolero MURAKAMI.
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue