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

Method row_ics

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

Source from the content-addressed store, hash-verified

76 }
77
78 pub fn row_ics(&self) -> &Vec<usize> {
79 &self.row_ics
80 }
81
82 pub fn data(&self) -> &Vec<f64> {
83 &self.data

Callers 2

transposeMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected