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

Method MultTrans

parallel/parallel_matrices.cpp:769–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 }
768
769 void CumulationOperator :: MultTrans (const BaseVector & x, BaseVector & y) const
770 {
771 Mult (x, y);
772 // throw Exception ("CumulationOp, multtrans not implemented");
773 }
774
775 void CumulationOperator :: MultTransAdd (double s, const BaseVector & x, BaseVector & y) const
776 {

Callers

nothing calls this directly

Calls 1

MultFunction · 0.50

Tested by

no test coverage detected