Click or drag to resize
MatrixTranspose Method
転置行列を求めます。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix Transpose(
	Matrix mat
)

Parameters

mat
Type: LuminoMatrix
処理の基になる行列

Return Value

Type: Matrix

[Missing <returns> documentation for "M:Lumino.Matrix.Transpose(Lumino.Matrix)"]

See Also