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

Method to_rows

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

Source from the content-addressed store, hash-verified

187
188 #[inline]
189 pub fn to_rows(&self) -> [[T; COLS]; ROWS]
190 where
191 T: Copy,
192 {
193 self.0
194 }
195
196 #[inline]
197 pub fn into_cols(self) -> [[T; ROWS]; COLS]

Callers 5

to_json_valueMethod · 0.80
inverseMethod · 0.80
mul_f32Method · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected