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

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

Parameters

a
Type:Imsl.Math.Complex[,]
A Complex matrix.

Return Value

Type:Complex[,]
The Complex matrix transpose of the argument.
See Also