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

Method AssignTo

linalg/multivector.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void MultiVector ::AssignTo (FlatVector<Complex> s, class MultiVector & v) const
103 {
104 for (int i = 0; i < s.Size(); i++)
105 *v[i] = s[i] * *vecs[i];
106 }
107
108 void MultiVector ::AddTo (FlatVector<Complex> s, class MultiVector & v) const
109 {

Callers 6

multivector.cppFile · 0.45
InnerProductDMethod · 0.45
la.pyFile · 0.45
MultMethod · 0.45
bla.pyFile · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected