MCPcopy Create free account
hub / github.com/Cantera/cantera / zero

Method zero

src/numerics/BandMatrix.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void BandMatrix::zero()
133{
134 std::fill(data.begin(), data.end(), 0.0);
135 m_factored = false;
136}
137
138double& BandMatrix::operator()(size_t i, size_t j)
139{

Callers 4

vcs_basoptMethod · 0.45
vcs_prepMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected