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