バージョン

Sqrt(Matrix) メソッド

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

パラメータ

x
Matrix。

戻り値の型

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