バージョン

Pow(Matrix,Matrix) メソッド

2 つの Matrix インスタンスの個別の累乗演算を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Pow( _
   ByVal x1 As Matrix, _
   ByVal x2 As Matrix _
) As Matrix
public static Matrix Pow( 
   Matrix x1,
   Matrix x2
)

パラメータ

x1
最初の Matrix。
x2
2 番目の Matrix。

戻り値の型

y[i] = Pow(x1[i],x2[i]) である Matrix y。
参照