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

Method IsComplex

parallel/parallel_matrices.hpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 : pardofs(apardofs) { }
144 ~CumulationOperator() override;
145 bool IsComplex() const override { return pardofs->IsComplex(); }
146 void Mult (const BaseVector & x, BaseVector & y) const override ;
147 void MultAdd (double s, const BaseVector & x, BaseVector & y) const override ;
148 void MultTrans (const BaseVector & x, BaseVector & y) const override;

Callers

nothing calls this directly

Calls 1

IsComplexMethod · 0.45

Tested by

no test coverage detected