org.mklab.tool.matrix
クラス Gammaf
java.lang.Object
org.mklab.tool.matrix.Gammaf
public class Gammaf
- extends Object
完全・不完全ガンマ関数を表すクラスです。
Complete and incomplete Gamma functions
- バージョン:
- $Revision: 1.18 $
- 作成者:
- koga
- 関連項目:
Gammac
,
Gammai
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gammaf
public Gammaf()
gammaf
public static Matrix gammaf(NumericalMatrixOperator<?> a)
a
の全ての成分について、完全ガンマ関数の値を 返します。
- パラメータ:
a
- データ
- 戻り値:
- 完全・不完全ガンマ関数の値 (value of function)
gammaf
public static Matrix gammaf(NumericalMatrixOperator<?> a_,
NumericalMatrixOperator<?> x_)
a
の成分について、不完全ガンマ関数の値(X
まで積分した値) を返します。 a
とx
は同じ大きさの行列でなければならない。
- パラメータ:
a_
- データx_
- 積分区間
- 戻り値:
- 完全・不完全ガンマ関数の値 (value of function)
gammaf
public static DoubleMatrix gammaf(DoubleMatrix a)
a
の全ての成分について、完全ガンマ関数の値を 返します。
- パラメータ:
a
- データ
- 戻り値:
- 完全・不完全ガンマ関数の値 (value of function)
gammaf
public static DoubleMatrix gammaf(DoubleMatrix a_,
DoubleMatrix x_)
a
の成分について、不完全ガンマ関数の値(X
まで積分した値) を返します。 a
とx
は同じ大きさの行列でなければならない。
- パラメータ:
a_
- データx_
- 積分区間
- 戻り値:
- 完全・不完全ガンマ関数の値 (value of function)