powered by
Convenience function
A matrix
THe conjugate transpose of the original matrix
ct(m) %::% matrix : matrix
ct(m)
This is a convenience function to compute the conjugate transpose. For real-valued matrices, ct(m) = t(m).
# NOT RUN { x <- matrix(rcomp(16), nrow=4) ct(x) # }
Run the code above in your browser using DataLab