|
|
Transpose
When applied to a matrix (actually a vector of vectors), Transpose produces the transposed matrix. (The result is actually a vector of vectors.)
Example: transpose( ((1, 2, 3)(4, 5, 6)) ) = ((1, 4) (2, 5) (3, 6))
Special compound model elements
|