MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / CSparseMatrix

Method CSparseMatrix

src/SparseMatrix.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// constructor
38
39CSparseMatrix::CSparseMatrix()
40{
41 m_bInitialized = false;
42}
43
44//----------------------------------------------------------------------------------------
45// constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected