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

Method Ptr

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

Source from the content-addressed store, hash-verified

1287 void AddTo (Complex s, BaseVector & v2) const
1288 { ve->AddTo(s,v2); }
1289 auto Ptr() const { return ve; }
1290 };
1291
1292 inline auto operator+ (DynamicVectorExpression a, DynamicVectorExpression b)

Callers 4

operator+Function · 0.45
operator-Function · 0.45
operator*Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected