IMSL C# Numerical Library

ComplexMatrix.Transpose Method 

Return the transpose of a Complex matrix.

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

Parameters

a
A Complex matrix.

Return Value

The Complex matrix transpose of the argument.

See Also

ComplexMatrix Class | Imsl.Math Namespace