MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / operator+

Function operator+

linalg/basevector.hpp:797–800  ·  view source on GitHub ↗

inline VVecExpr , VVecExpr > > operator+ (const BaseVector & a, const BaseVector & b) { typedef VSumExpr , VVecExpr > TRES; return TRES (a, b); } */

Source from the content-addressed store, hash-verified

795 }
796 */
797 inline auto operator+ (const BaseVector & a, const BaseVector & b)
798 {
799 return VVecExpr<VSumExpr<VVecExpr<BaseVector>,VVecExpr<BaseVector>>>{{a,b}};
800 }
801
802 /*
803 template <class TA>

Callers

nothing calls this directly

Calls 2

PtrMethod · 0.45

Tested by

no test coverage detected