Click or drag to resize
Matrix.Transpose Method
Return the transpose of a matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double[,] Transpose(
	double[,] a
)

Parameters

a
Type:System.Double[,]
A double matrix.

Return Value

Type:Double[,]
A double matrix which is the transpose of the argument.
See Also