MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / InnerProductD

Method InnerProductD

linalg/basevector.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205 double BaseVector :: InnerProductD (const BaseVector & v2) const
206 {
207 return dynamic_cast<const S_BaseVector<double>&> (*this) .
208 InnerProduct (v2);
209 }
210
211 Complex BaseVector :: InnerProductC (const BaseVector & v2, bool conjugate) const
212 {

Callers

nothing calls this directly

Calls 10

PairwiseInnerProductFunction · 0.85
InnerProductMethod · 0.80
InnerProductDMethod · 0.80
FVDoubleMethod · 0.80
RefVecMethod · 0.80
AddrMethod · 0.80
InnerProductFunction · 0.70
SizeFunction · 0.70
AtomicAddFunction · 0.50
SizeMethod · 0.45

Tested by

no test coverage detected