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