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

Method AddTo

linalg/multivector.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void MultiVector ::AddTo (FlatVector<Complex> s, class MultiVector & v) const
109 {
110 for (int i = 0; i < s.Size(); i++)
111 *v[i] += s[i] * *vecs[i];
112 }
113
114 shared_ptr<BaseVector> MultiVector ::CreateVector() const
115 {

Callers 5

operator+=Method · 0.45
multivector.cppFile · 0.45
MultAddMethod · 0.45
MultAddMethod · 0.45

Calls 1

SizeMethod · 0.45

Tested by 1

MultAddMethod · 0.36