MCPcopy 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

InnerProductCMethod · 0.85
InnerProductMethod · 0.85
T_InnerProductMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected