Mol(Math Object Library) fot .Net
Complex * MatrixSparseComplex の演算定義です。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static MatrixSparseGeneralComplex operator *(
Complex d,
MatrixSparseGeneralComplex v
) |
Visual Basic |
---|
Public Shared Operator * (
d As Complex,
v As MatrixSparseGeneralComplex
) As MatrixSparseGeneralComplex |
Visual C++ |
---|
public:
static MatrixSparseGeneralComplex^ operator *(
Complex d,
MatrixSparseGeneralComplex^ v
) |
|
---|
static let inline (*)
d : Complex *
v : MatrixSparseGeneralComplex : MatrixSparseGeneralComplex |
Return Value
タイプ:
MatrixSparseGeneralComplex計算結果
参照