ct: Perform the conjugate transpose of a matrix

Description Arguments Value Usage Details Examples

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

1
2
x <- matrix(rcomp(16), nrow=4)
ct(x)

zatonovo/futile.matrix documentation built on May 4, 2019, 9:11 p.m.