Click or drag to resize
ComplexMatrixTranspose 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.MathComplex
A Complex matrix.

Return Value

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