Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ MultTransAdd
Function
MultTransAdd
comp/preconditioner.hpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
virtual void MultTransAdd (double s, const BaseVector & x, BaseVector & y) const override
103
{
104
GetMatrix().MultTransAdd(s, x, y);
105
}
106
107
108
Callers
nothing calls this directly
Calls
2
GetMatrix
Function · 0.85
MultTransAdd
Method · 0.45
Tested by
no test coverage detected