MCPcopy Create free account
hub / github.com/Axect/Peroxide / col_ptr

Method col_ptr

src/structure/sparse.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72 }
73
74 pub fn col_ptr(&self) -> &Vec<usize> {
75 &self.col_ptr
76 }
77
78 pub fn row_ics(&self) -> &Vec<usize> {
79 &self.row_ics

Callers 2

transposeMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected