SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
calculation.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_CALCULATION_HPP
9 #define SIG_UTIL_CALCULATION_HPP
10 
11 /* 主に統計的な計算によく利用される演算関数群 */
12 
16 #include "calculation/ublas.hpp"
17 #include "calculation/for_each.hpp"
18 
19 #endif
基本的な統計関数、正規化・標準化などの関数
ベクトル変数(コンテナ)向けの代入演算関数
かゆいところに手が届く反復処理関数
boost::numeric::ublasを利用したユーテリティ関数群
スカラ変数とベクトル変数(+コンテナの種類)を気にせず使える二項演算関数