This is an old version, view current version.
6.3 Transposition operator
Matrix transposition is represented using a postfix operator.
matrix operator'(matrix x)
The transpose of the matrix x, written as x'
Available since 2.0
row_vector operator'(vector x)
The transpose of the vector x, written as x'
Available since 2.0
vector operator'(row_vector x)
The transpose of the row vector x, written as x'
Available since 2.0