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