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

Method MultAdd1

linalg/special_matrix.hpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 void MultAdd (FlatVector<double> alpha, const MultiVector & x, MultiVector & y) const override;
430
431 void MultAdd1 (double s, const BaseVector & x, BaseVector & y,
432 const BitArray * ainner = NULL,
433 const Array<int> * acluster = NULL) const override
434 { mat->MultAdd1 (s, x, y, ainner, acluster); }
435
436 void MultAdd2 (double s, const BaseVector & x, BaseVector & y,
437 const BitArray * ainner = NULL,

Callers 5

PreSmoothResiduumMethod · 0.80
PreSmoothResiduumMethod · 0.80
SmoothMethod · 0.80
GSSmoothResiduumMethod · 0.80
MultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected