MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / clear

Method clear

libraries/SparseMatrix/SparseMatrix.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51void SparseMatrix::clear()
52{
53 _count = 0;
54}
55
56
57float SparseMatrix::sum()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36