| 302 | |
| 303 | |
| 304 | shared_ptr<BaseSparseMatrix> BaseMatrix::CreateSparseMatrix() const |
| 305 | { |
| 306 | throw Exception(string("CreateSparseMatrix not overloaded, type = ") + typeid(*this).name()); |
| 307 | } |
| 308 | |
| 309 | double BaseMatrix::Timing (int runs) const |
| 310 | { |
no outgoing calls