Mol(Math Object Library) fot .Net
Complex * MatrixDenseComplex の演算定義です。

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

構文

C#
public static MatrixDenseGeneralComplex operator *(
	Complex d,
	MatrixDenseGeneralComplex v
)
Visual Basic
Public Shared Operator * ( 
	d As Complex,
	v As MatrixDenseGeneralComplex
) As MatrixDenseGeneralComplex
Visual C++
public:
static MatrixDenseGeneralComplex^ operator *(
	Complex d, 
	MatrixDenseGeneralComplex^ v
)
static let inline (*)
        d : Complex * 
        v : MatrixDenseGeneralComplex  : MatrixDenseGeneralComplex

Parameters

d
タイプ: System.Numerics..::..Complex
右辺項
v
タイプ: Mol..::..MatrixDenseGeneralComplex
左辺項

Return Value

タイプ: MatrixDenseGeneralComplex
計算結果

参照