next up previous contents index
Next: wronskian Up: MatrixCategory Previous: tensor   Contents   Index


transpose


\begin{usage}
transpose~v\\ transpose~A\\ transpose!~A
\end{usage}

\begin{signatures}
transpose: & \htmlref{\texttt{Vector}}{Vector} R $\to$\ \%\\
transpose,transpose!: & \% $\to$\ \%\\\end{signatures}

\begin{params}
{\em v} & \htmlref{\texttt{Vector}}{Vector} R & A vector\\
{\em A} & \% & A matrix\\\end{params}

\begin{retval}
Return the transpose of $v$\ (resp.~$A$).
\end{retval}

\begin{remarks}
transpose!~does not make a copy of $A$, which is therefore
replaced by its transpose. It is only applicable to square matrices.
\end{remarks}


Manuel Bronstein 2000-12-13