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

Method MultAdd2

linalg/special_matrix.hpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 { mat->MultAdd1 (s, x, y, ainner, acluster); }
435
436 void MultAdd2 (double s, const BaseVector & x, BaseVector & y,
437 const BitArray * ainner = NULL,
438 const Array<int> * acluster = NULL) const override
439 { mat->MultAdd2 (s, x, y, ainner, acluster); }
440
441 shared_ptr<BaseMatrix> InverseMatrix (shared_ptr<BitArray> subset = nullptr) const override
442 { return mat->InverseMatrix(subset); }

Callers 3

PostSmoothMethod · 0.80
SmoothMethod · 0.80
GSSmoothBackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected