転置行列を求めます。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Matrix Transpose(
Matrix mat
)
Public Shared Function Transpose (
mat As Matrix
) As Matrix
public:
static Matrix Transpose(
Matrix mat
)
static member Transpose :
mat : Matrix -> Matrix
Parameters
- mat
- Type: LuminoMatrix
処理の基になる行列
Return Value
Type:
Matrix[Missing <returns> documentation for "M:Lumino.Matrix.Transpose(Lumino.Matrix)"]
See Also