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

Method AddTo

linalg/multivector.hpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 void AddTo (FlatVector<double> s, MultiVector & res) const override
293 {
294 e1->AddTo (s, res);
295 e2->AddTo (s, res);
296 }
297
298 void AssignTo (FlatVector<Complex> s, MultiVector & res) const override
299 {

Callers

nothing calls this directly

Calls 1

AddToMethod · 0.45

Tested by

no test coverage detected