SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
convergence.hpp File Reference

反復処理の収束判定に関するユーティリティ More...

Go to the source code of this file.

Classes

struct  sig::AbsoluteError
 誤差基準(絶対誤差) More...
 
struct  sig::RelativeError
 誤差基準(相対誤差) More...
 
class  sig::ManageConvergenceSimple
 収束判定の管理を行うクラス More...
 
class  sig::ManageConvergence< T, Criteria, F >
 収束判定の計算と管理を行うクラス More...
 

Namespaces

 sig
 

Variables

const AbsoluteError sig::absolute_error
 
const RelativeError sig::relative_error
 

Detailed Description

反復処理の収束判定に関するユーティリティ

Definition in file convergence.hpp.