Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
転置された複素数型の一般行列
複素数型の行列を転置して戻します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static MatrixDenseGeneralComplex Transpose( MatrixDenseGeneralComplex g, _MatrixComplex m ) |
Visual Basic |
---|
Public Shared Function Transpose ( g As MatrixDenseGeneralComplex, m As _MatrixComplex ) As MatrixDenseGeneralComplex |
Visual C++ |
---|
public: static MatrixDenseGeneralComplex^ Transpose( MatrixDenseGeneralComplex^ g, _MatrixComplex^ m ) |
static member Transpose : g : MatrixDenseGeneralComplex * m : _MatrixComplex -> MatrixDenseGeneralComplex |
Parameters
- g
- タイプ: Mol..::..MatrixDenseGeneralComplex
転置結果を格納する一般複素数型の行列。null なら新規に作成されます。
- m
- タイプ: Mol..::.._MatrixComplex
転置する複素数型の行列
Return Value
タイプ: MatrixDenseGeneralComplex転置された複素数型の一般行列