MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / operator *

Method operator *

fem/code_generation.cpp:300–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 virtual CCode operator -(const CCode &c) { return CCode(s+'-'+c.s); }
299 virtual CCode operator -() { return CCode('-'+s); }
300 virtual CCode operator *(const CCode &c) { return CCode(s+'*'+c.s); }
301 virtual void operator +=(const CCode &c) { *this = *this+c; }
302 virtual void operator *=(const CCode &c) { *this = *this*c; }
303 virtual CCode &operator=(const CCode &c) {

Callers

nothing calls this directly

Calls 1

CCodeClass · 0.85

Tested by

no test coverage detected