Mol(Math Object Library) fot .Net
実数型の行列を転置して戻します。

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

構文

C#
public static MatrixDenseGeneralDouble Transpose(
	MatrixDenseGeneralDouble g,
	_MatrixDouble m
)
Visual Basic
Public Shared Function Transpose ( 
	g As MatrixDenseGeneralDouble,
	m As _MatrixDouble
) As MatrixDenseGeneralDouble
Visual C++
public:
static MatrixDenseGeneralDouble^ Transpose(
	MatrixDenseGeneralDouble^ g, 
	_MatrixDouble^ m
)
static member Transpose : 
        g : MatrixDenseGeneralDouble * 
        m : _MatrixDouble -> MatrixDenseGeneralDouble 

Parameters

g
タイプ: Mol..::..MatrixDenseGeneralDouble
転置結果を格納する一般実数行列。null なら新規に作成されます。
m
タイプ: Mol..::.._MatrixDouble
転置する実数行列

Return Value

タイプ: MatrixDenseGeneralDouble
転置された実数一般行列

参照