バージョン

Log(ComplexMatrix) メソッド

ComplexMatrixx の各要素の自然指数関数と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Log( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Log( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

y[i] = Log(x[i]) である ComplexMatrix y。
参照