バージョン

MatrixProduct(ComplexVector,ComplexVector) メソッド

2 つの ComplexVector インスタンスの積を返します。
シンタックス
'宣言
 
Public Overloads Shared Function MatrixProduct( _
   ByVal x1 As ComplexVector, _
   ByVal x2 As ComplexVector _
) As ComplexMatrix
public static ComplexMatrix MatrixProduct( 
   ComplexVector x1,
   ComplexVector x2
)

パラメータ

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

戻り値の型

2 つの ComplexVector の積。
例外
例外解説
System.ArithmeticException x1 の 2 番目の次元が x2 の最初の次元とサイズが異なる場合に発生します。
参照