Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ InnerProductC
Function
InnerProductC
linalg/basevector.hpp:493–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
Complex InnerProductC (const BaseVector & v2, bool conjugate) const
494
{
495
return vec->InnerProductC (v2, conjugate);
496
}
497
498
double L2Norm () const
499
{
Callers
3
InnerProductC
Method · 0.85
InnerProduct
Method · 0.85
T_InnerProduct
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected