Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.45
MultAdd
Method · 0.45
MultAdd
Method · 0.45
NGS_DLL_HEADER ExportNgla
Function · 0.45
Calls
1
Size
Method · 0.45
Tested by
1
MultAdd
Method · 0.36