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