Next: cmatmultc() Up: Mathematical Macros Help File Previous: chebcoefs()   Contents

cjtranspose()

Usage:
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.



Keywords: complex matrices, matrices
                                  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'.


Gary Oehlert 2006-01-30