| 155 | { throw Exception("MatrixGraph::CreateRowVector called"); } |
| 156 | |
| 157 | virtual AutoVector CreateColVector () const |
| 158 | { throw Exception("MatrixGraph::CreateRowVector called"); } |
| 159 | |
| 160 | private: |
| 161 |
nothing calls this directly
no test coverage detected