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

Method IsComplex

parallel/parallelvvector.cpp:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 { return orig->EntrySizeScal(); }
30
31 virtual bool IsComplex() const override
32 { return orig->IsComplex(); }
33
34 FlatVector<double> FVDouble () const override
35 { return orig->GetLocalVector()->Range(range).FVDouble(); }

Callers 1

CreateParallelVectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected