Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
計算結果
行列同士の掛け算を実行する演算定義です。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static MatrixDenseGeneralComplex operator *( _MatrixComplex a, _MatrixComplex b ) |
Visual Basic |
---|
Public Shared Operator * ( a As _MatrixComplex, b As _MatrixComplex ) As MatrixDenseGeneralComplex |
Visual C++ |
---|
public: static MatrixDenseGeneralComplex^ operator *( _MatrixComplex^ a, _MatrixComplex^ b ) |
static let inline (*) a : _MatrixComplex * b : _MatrixComplex : MatrixDenseGeneralComplex |
Return Value
タイプ: MatrixDenseGeneralComplex計算結果