Matrix transposition: Difference between revisions

Line 1,285:
 
=={{header|PARI/GP}}==
ThisThe canGP alsofunction befor accessedmatrix through(or vector) transpose is <code>mattranspose</code>., but it is usually invoked with a tilde:
<lang parigp>M~</lang>
 
In PARI the function is
<lang C>gtrans(M)</code>
though <code>shallowtrans</code> is also available when deep copying is not desired.
 
=={{header|Pascal}}==