MCPcopy Create free account
hub / github.com/docknetwork/crypto / len

Method len

vb_accumulator/src/batch_utils.rs:701–703  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

699 }
700
701 pub fn len(&self) -> usize {
702 self.0.len()
703 }
704
705 /// Coefficient (`c_i`) at the _ith_ position
706 pub fn coefficient(&self, i: usize) -> &G {

Callers 15

add_batchMethod · 0.45
batch_updatesMethod · 0.45
computing_dFunction · 0.45
generateMethod · 0.45
eval_directMethod · 0.45
eval_direct_on_batchMethod · 0.45
evaluateMethod · 0.45
evaluate_tempMethod · 0.45

Calls

no outgoing calls