diff --git a/src/frame/base.rs b/src/frame/base.rs index dcd6657..2bfddb5 100644 --- a/src/frame/base.rs +++ b/src/frame/base.rs @@ -471,6 +471,8 @@ impl Frame { deleted_data } + + /// Returns a new `Matrix` that is the transpose of the current frame's matrix. pub fn transpose(&mut self) -> Matrix { self.matrix.transpose() }