バージョン

加算演算子(ComplexMatrix,Matrix) オペレータ

ComplexMatrixMatrix を個別に追加します。
シンタックス
'宣言
 
Overloads Public Operator +( _
   ByVal x1 As ComplexMatrix, _
   ByVal x2 As Matrix _
) As ComplexMatrix
public ComplexMatrix operator +( 
   ComplexMatrix x1,
   Matrix x2
)

パラメータ

x1
x2

戻り値の型

y[i] = x1[i] + x2[i] である ComplexMatrix。
参照