Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
計算結果(x)
ベクトル要素の指数値-1を計算します(x[i]=Exp(x[1])-1.0)。
結果は x に上書きされます。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static VectorDenseDouble Expm1( VectorDenseDouble x ) |
Visual Basic |
---|
Public Shared Function Expm1 ( x As VectorDenseDouble ) As VectorDenseDouble |
Visual C++ |
---|
public: static VectorDenseDouble^ Expm1( VectorDenseDouble^ x ) |
static member Expm1 : x : VectorDenseDouble -> VectorDenseDouble |
Parameters
- x
- タイプ: Mol..::..VectorDenseDouble
計算対象ベクトル
Return Value
タイプ: VectorDenseDouble計算結果(x)