def transpose(*args): """transpose(self) -> math::linear::MatrixMxN<(1,3,double)>""" return _math_linear.Matrix3x1_transpose(*args)
def transpose(self): """transpose(Matrix3x1 self) -> math::linear::MatrixMxN< 1,3,double >""" return _math_linear.Matrix3x1_transpose(self)