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

Method MultAdd

linalg/basematrix.hpp:771–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 { return bm.IsComplex() || typeid(TSCAL)==typeid(Complex); }
770 ///
771 virtual void MultAdd (double s, const BaseVector & x, BaseVector & y) const override
772 {
773 static Timer t("ScaleMatrix::MultAdd"); RegionTimer reg(t);
774 bm.MultAdd (s*scale, x, y);
775 }
776 ///
777 virtual void MultAdd (Complex s, const BaseVector & x, BaseVector & y) const override
778 {

Callers 7

MultAddFunction · 0.45
MultAddMethod · 0.45
AddToMethod · 0.45
AddToFunction · 0.45
MultTransAddFunction · 0.45
MultAddFunction · 0.45
MultFunction · 0.45

Calls 2

VectorClass · 0.85
MultAddFunction · 0.70

Tested by 1

MultAddMethod · 0.36