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

Method to_cols

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

Source from the content-addressed store, hash-verified

203
204 #[inline]
205 pub fn to_cols(&self) -> [[T; ROWS]; COLS]
206 where
207 T: Copy + Default,
208 {
209 (*self).into_cols()
210 }
211
212 #[inline]
213 pub const fn row(&self, row: usize) -> &[T; COLS] {

Callers

nothing calls this directly

Calls 1

into_colsMethod · 0.80

Tested by

no test coverage detected