Mol(Math Object Library) fot .Net

Overload List

  名前説明
Public methodStatic memberExpm1(VectorDenseDouble)
ベクトル要素の指数値-1を計算します(x[i]=Exp(x[1])-1.0)。 結果は x に上書きされます。
Public methodStatic memberExpm1(VectorDenseDouble, VectorDenseDouble)
ベクトル要素の指数値-1を計算します(y[i]=Exp(x[1])-1.0)。 結果は y に格納されます。 y が null または y.Count < x.Count の時は y が新規に作成されます。

参照