transpose_matrix
- compas.geometry.transpose_matrix(M)[source]
- Transpose a matrix. - Parameters
- M (sequence of sequence of float) – The matrix to be transposed. 
- Returns
- list of list of float – The result matrix. 
 
Transpose a matrix.
M (sequence of sequence of float) – The matrix to be transposed.
list of list of float – The result matrix.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev