SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tools.hpp
Go to the documentation of this file.
1 /*
2 Copyright© 2014 Akihiro Nishimura
3 
4 This software is released under the MIT License.
5 http://opensource.org/licenses/mit-license.php
6 */
7 
8 #ifndef SIG_UTIL_TOOL_HPP
9 #define SIG_UTIL_TOOL_HPP
10 
11 /* 便利ツール */
12 
13 #include "tools/convergence.hpp"
14 #include "tools/random.hpp"
15 #include "tools/time_watch.hpp"
16 #include "tools/histgram.hpp"
17 #include "tools/percent.hpp"
18 #include "tools/tag_dealer.hpp"
19 
20 #endif
反復処理の収束判定に関するユーティリティ
高機能タイム(ストップ)ウォッチ (ラップ、スプリット、一時停止、複数保存)
ヒストグラム(データ型指定、ビン数指定、値域指定、出力・保存機能)