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 |
Return Value
タイプ:
MatrixDenseGeneralComplex計算結果
参照