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

Method MultAdd

linalg/special_matrix.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327 template <class TVR, class TVC>
328 void Real2ComplexMatrix<TVR,TVC> ::
329 MultAdd (double s, const BaseVector & x, BaseVector & y) const
330 {
331 MultAdd (Complex(s), x, y);
332 }
333
334 template <class TVR, class TVC>
335 void Real2ComplexMatrix<TVR,TVC> ::

Callers

nothing calls this directly

Calls 9

FV<Complex>Method · 0.80
MultAddFunction · 0.70
ComplexFunction · 0.50
SizeMethod · 0.45
realMethod · 0.45
MultMethod · 0.45
FVMethod · 0.45
imagMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected