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

Function MultTransAdd

comp/preconditioner.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 virtual void MultTransAdd (double s, const BaseVector & x, BaseVector & y) const override
103 {
104 GetMatrix().MultTransAdd(s, x, y);
105 }
106
107
108

Callers

nothing calls this directly

Calls 2

GetMatrixFunction · 0.85
MultTransAddMethod · 0.45

Tested by

no test coverage detected