MCPcopy Create free account
hub / github.com/PerroEngine/Perro / into_cols

Method into_cols

perro_source/core/perro_structs/src/structs/matrix/mod.rs:197–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195
196 #[inline]
197 pub fn into_cols(self) -> [[T; ROWS]; COLS]
198 where
199 T: Copy + Default,
200 {
201 self.transposed().0
202 }
203
204 #[inline]
205 pub fn to_cols(&self) -> [[T; ROWS]; COLS]

Callers 1

to_colsMethod · 0.80

Calls 1

transposedMethod · 0.80

Tested by

no test coverage detected