Package: graphene

Function graphene:matrix-transpose

Lambda List

graphene:matrix-transpose (matrix result)

Arguments

matrix -- a graphene:matrix-t instance
result -- a graphene:matrix-t instance

Return Value

The graphene:matrix-t instance with the transposed matrix.

Details

Transposes the given matrix.
 

See also

#2024-12-30