org.mklab.tool.matrix
クラス Gammac

java.lang.Object
  上位を拡張 org.mklab.tool.matrix.Gammac

public class Gammac
extends Object

完全ガンマ関数を表すクラスです。

Complete Gamma function

バージョン:
$Revision: 1.13 $
作成者:
koga
関連項目:
Gammai

コンストラクタの概要
Gammac()
           
 
メソッドの概要
static DoubleMatrix gammac(DoubleMatrix x)
          xの成分について完全ガンマ関数の値を返します。
static Matrix gammac(NumericalMatrixOperator<?> x)
          xの成分について完全ガンマ関数の値を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Gammac

public Gammac()
メソッドの詳細

gammac

public static Matrix gammac(NumericalMatrixOperator<?> x)
xの成分について完全ガンマ関数の値を返します。

パラメータ:
x - データ
戻り値:
完全ガンマ関数の値 (value of function)

gammac

public static DoubleMatrix gammac(DoubleMatrix x)
xの成分について完全ガンマ関数の値を返します。

パラメータ:
x - データ
戻り値:
完全ガンマ関数の値 (value of function)