バージョン

Pow(Matrix,ComplexMatrix) メソッド

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

パラメータ

x1
Matrix。
x2
ComplexMatrix。

戻り値の型

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