Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
transpose
next
|
previous
|
forward
|
backward
| up |
index
|
toc
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
.