| 37 | // constructor |
| 38 | |
| 39 | CSparseMatrix::CSparseMatrix() |
| 40 | { |
| 41 | m_bInitialized = false; |
| 42 | } |
| 43 | |
| 44 | //---------------------------------------------------------------------------------------- |
| 45 | // constructor |
nothing calls this directly
no outgoing calls
no test coverage detected