バージョン

Sqrt(ComplexMatrix) メソッド

ComplexMatrixx の各要素の平方根と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Sqrt( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Sqrt( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

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