Common Library  0.9.5
MathLib::Integ_Boole 構造体

ブール則 ( Boole's Rule ) による定積分計算用クラス [詳解]

詳解

ブール則 ( Boole's Rule ) による定積分計算用クラス

関数 MathLib::Integral へ引数として渡して利用する。

double f( double x ) { ... }
// 0 から 1 までの f の定積分値を求める。分割数は 10000。
MathLib::Integral( MathLib::Integ_Boole(), f, 0.0, 1.0, 10000 );
T Integral(Op op, F f, T a, T b, unsigned int n)
区分求積法による積分値の計算
Definition: integral.h:281
ブール則 ( Boole's Rule ) による定積分計算用クラス
Definition: integral.h:226

この構造体詳解は次のファイルから抽出されました: