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

Method AddTo

linalg/multivector.hpp:196–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void AddTo (FlatVector<double> s, MultiVector & res) const override
197 { MultAdd (*mat, s, *vec, res); }
198
199 void AssignTo (FlatVector<Complex> s, MultiVector & res) const override
200 {

Callers 5

CalcComponentMethod · 0.45
AssignToMethod · 0.45
AddToMethod · 0.45
AddToMethod · 0.45
AddToMethod · 0.45

Calls 1

MultAddFunction · 0.70

Tested by

no test coverage detected