MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CreateSparseMatrix

Method CreateSparseMatrix

linalg/basematrix.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

CreateSparseMatrixMethod · 0.45
CreateSparseMatrixMethod · 0.45

Calls

no outgoing calls

Tested by 1

CreateSparseMatrixMethod · 0.36