SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  SigUtil
  lib
  calculation
 assign_operation.hppベクトル変数(コンテナ)向けの代入演算関数
 basic_statistics.hpp基本的な統計関数、正規化・標準化などの関数
 binary_operation.hppスカラ変数とベクトル変数(+コンテナの種類)を気にせず使える二項演算関数
 for_each.hppかゆいところに手が届く反復処理関数
 ublas.hppBoost::numeric::ublasを利用したユーテリティ関数群
  distance
 binary_distance.hpp
 canberra_distance.hpp
 comparable_check.hpp
 cosine_similarity.hpp
 JS_divergence.hpp
 KL_divergence.hpp
 mahalanobis_distance.hpp
 minkowski_distance.hpp
 norm.hpp
  file
 load.hppファイルの読込
 pass.hppファイル・フォルダに関する情報取得
 save.hppファイルの保存
  functional
 filter.hpp各種フィルタ関数
 fold.hppたたみ込み関数
 high_order.hpp高階関数
 list_deal.hppリスト(コンテナ)操作関数
 rest.hpp
 zip.hppZip関数, unzip関数
  helper
 container_helper.hpp
 container_traits.hpp
 eval.hpp
 helper_modules.hpp補助モジュール群
 maybe.hppHaskellのData.Maybeの機能を模倣した関数と、boost.optionalのためのユーティリティ関数
 type_convert.hpp
 type_traits.hpp
  modify
 remove.hppコンテナの要素削除に関する処理
 shuffle.hppコンテナの要素をシャッフル
 sort.hppソートに関連する処理
  string
 convert.hpp文字コード変換
 manipulate.hpp文字列処理ユーティリティ
 regex.hpp正規表現ユーティリティ
 replace.hpp
  tmp
 botsu.hpp
 file_tmp(save,read num).hpp
 others.hpp
  tools
 convergence.hpp反復処理の収束判定に関するユーティリティ
 histgram.hppヒストグラム(データ型指定、ビン数指定、値域指定、出力・保存機能)
 percent.hpp
 random.hpp
 tag_dealer.hpp
 time_watch.hpp高機能タイム(ストップ)ウォッチ (ラップ、スプリット、一時停止、複数保存)
 array.hpp
 calculation.hpp
 distance.hpp
 file.hpp
 functional.hpp関数型プログラミング サポート
 modify.hppソート・削除など、コンテナに対する変更操作
 sigutil.hpp
 string.hpp
 tools.hpp