Mol(Math Object Library) fot .Net
複素数型の行列を転置した新しい一般行列を作成して戻します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static MatrixDenseGeneralComplex Transpose(
	_MatrixComplex m
)
Visual Basic
Public Shared Function Transpose ( 
	m As _MatrixComplex
) As MatrixDenseGeneralComplex
Visual C++
public:
static MatrixDenseGeneralComplex^ Transpose(
	_MatrixComplex^ m
)
static member Transpose : 
        m : _MatrixComplex -> MatrixDenseGeneralComplex 

Parameters

m
タイプ: Mol..::.._MatrixComplex
転置する複素数行列

Return Value

タイプ: MatrixDenseGeneralComplex
転置された複素数一般行列

参照