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

Method AddTo

linalg/multivector.hpp:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410
411 void AddTo (double s, BaseVector & v) const override
412 {
413 Vector<TSCAL> sa = s*a;
414 // Axpy (sa, *x, v);
415 x->AddTo(sa, v);
416 }
417
418 void AssignTo (Complex s, BaseVector & v) const override
419 {

Callers

nothing calls this directly

Calls 1

AddToMethod · 0.45

Tested by

no test coverage detected