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

Method AssignTo

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

Source from the content-addressed store, hash-verified

918
919 template <class TS>
920 void AssignTo (TS s, BaseVector & v) const
921 {
922 a.AssignTo (scal * s, v);
923 }
924 template <class TS>
925 void AddTo (TS s, BaseVector & v) const
926 {

Callers

nothing calls this directly

Calls 1

AssignToMethod · 0.45

Tested by

no test coverage detected