IMSL C# Numerical Library

Matrix.Transpose Method 

Return the transpose of a matrix.

public static double[,] Transpose(
   double[,] a
);

Parameters

a
A double matrix.

Return Value

A double matrix which is the transpose of the argument.

See Also

Matrix Class | Imsl.Math Namespace