Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MatAdd
Function · 0.85
MatMult
Function · 0.85
CreateMatrix
Method · 0.80
Complex
Function · 0.50
CreateSparseMatrix
Method · 0.45
AsVector
Method · 0.45
Tested by
no test coverage detected