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

Method CreateSparseMatrix

linalg/basematrix.cpp:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 }
446
447 shared_ptr<BaseSparseMatrix> Transpose :: CreateSparseMatrix() const
448 {
449 return spbm->CreateSparseMatrix()->CreateTranspose();
450 }
451
452
453 SumMatrix ::

Callers

nothing calls this directly

Calls 6

MatAddFunction · 0.85
MatMultFunction · 0.85
CreateMatrixMethod · 0.80
ComplexFunction · 0.50
CreateSparseMatrixMethod · 0.45
AsVectorMethod · 0.45

Tested by

no test coverage detected