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

Function operator*

linalg/basevector.hpp:932–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930
931
932 inline VVecExpr<VScaleExpr<VVecExpr<BaseVector>, double> >
933 operator* (const BaseVector & a, const double & b)
934 {
935 typedef VScaleExpr<VVecExpr<BaseVector>, double> TRES;
936 return TRES (a, b);
937 }
938
939 template <class TA>
940 inline VVecExpr<VScaleExpr<VVecExpr<TA>, double> >

Callers

nothing calls this directly

Calls 2

PtrMethod · 0.45

Tested by

no test coverage detected