Mol(Math Object Library) fot .Net
c = a * b: 任意の複素数ベクトル同士の内積を実行します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static Complex IMul(
	_VectorComplex a,
	_VectorComplex b,
	bool fConj
)
Visual Basic
Public Shared Function IMul ( 
	a As _VectorComplex,
	b As _VectorComplex,
	fConj As Boolean
) As Complex
Visual C++
public:
static Complex IMul(
	_VectorComplex^ a, 
	_VectorComplex^ b, 
	bool fConj
)
static member IMul : 
        a : _VectorComplex * 
        b : _VectorComplex * 
        fConj : bool -> Complex 

Parameters

a
タイプ: Mol..::.._VectorComplex
右辺第一項ベクトル
b
タイプ: Mol..::.._VectorComplex
右辺第二項ベクトル
fConj
タイプ: System..::..Boolean
true なら a の複素共役を掛け算に使用します。

Return Value

タイプ: Complex
内積の結果

参照