This is an old version, view current version.
7.4 Complex Transposition Operator
Complex complex_matrix transposition is represented using a postfix operator.
complex_matrix
operator'
(complex_matrix x)
The transpose of the matrix x
, written as x'
Available since 2.30
complex_row_vector
operator'
(complex_vector x)
The transpose of the vector x
, written as x'
Available since 2.30
complex_vector
operator'
(complex_row_vector x)
The transpose of the row vector x
, written as x'
Available since 2.30