バージョン

Conj(ComplexMatrix) メソッド

ComplexMatrixx の各要素の複素共役と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Conj( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Conj( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

y[i] = Conj(x[i]) である ComplexMatrix y。
参照