バージョン

Pow(ComplexMatrix,Matrix) メソッド

ComplexMatrix 数と Matrix の個別のべき乗演算子を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Pow( _
   ByVal x1 As ComplexMatrix, _
   ByVal x2 As Matrix _
) As ComplexMatrix
public static ComplexMatrix Pow( 
   ComplexMatrix x1,
   Matrix x2
)

パラメータ

x1
ComplexMatrix。
x2
Matrix。

戻り値の型

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