b <- cjtranspose(a), REAL matrix a representing a complex matrix A in fully complex form. b is the transpose conj(A)' in fully complex form. |
Usage b <- cjtranspose(a) is equivalent to b <- ctranspose(cconj(a)) and computes the transpose of the complex conjugate of complex matrix a in fully complex form. Cross references See also ctranspose(), transpose(), cconj(), 'complex'.