Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void BandMatrix::zero()
133
{
134
std::fill(data.begin(), data.end(), 0.0);
135
m_factored = false;
136
}
137
138
double& BandMatrix::operator()(size_t i, size_t j)
139
{
Callers
4
vcs_basopt
Method · 0.45
vcs_prep
Method · 0.45
s_update_dlnActCoeff_dX_
Method · 0.45
s_update_dlnActCoeff_dlnN
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected