Learn R Programming

futile.matrix (version 1.2.7)

ct: Perform the conjugate transpose of a matrix

Description

Convenience function

Arguments

m

A matrix

Value

THe conjugate transpose of the original matrix

Usage

ct(m) %::% matrix : matrix

ct(m)

Details

This is a convenience function to compute the conjugate transpose. For real-valued matrices, ct(m) = t(m).

Examples

Run this code
# NOT RUN {
x <- matrix(rcomp(16), nrow=4)
ct(x)
# }

Run the code above in your browser using DataLab