バージョン 22.2

乗算(Complex,Matrix) オペレータ

Complex 数と Matrix を個別に積算します。
シンタックス
public ComplexMatrix operator *( 
   Complex x1,
   Matrix x2
)

パラメータ

x1
x2

戻り値の型

y[i] = x1 * x2[i] である Matrix y。
参照