Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Mult
Function
Mult
comp/l2hofespace.cpp:2642–2646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2640
}
2641
2642
void Mult (const BaseVector & v, BaseVector & prod) const override
2643
{
2644
prod = 0.0;
2645
MultAdd (1, v, prod);
2646
}
2647
2648
void MultAdd (double val, const BaseVector & v, BaseVector & prod) const override
2649
{
Callers
1
MultTrans
Method · 0.50
Calls
1
MultAdd
Function · 0.70
Tested by
no test coverage detected