Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Method · 0.80
parse_matrix_rows_generic
Function · 0.80
inverse
Method · 0.80
mul_f32
Method · 0.80
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected