next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
transpose
transpose -- transpose a table or a matrix
Description
The function
transpose
transposes a matrix, a map of chain complexes or a table.
Ways to use
transpose
:
transpose(ChainComplexMap)
-- transpose a map of chain complexes
transpose(List)
-- transposes a table
transpose(Matrix)
-- transpose a matrix
"transpose(MutableMatrix)"
-- see
transpose(Matrix)
-- transpose a matrix
For the programmer
The object
transpose
is
a
method function with a single argument
.