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

Method CreateVector

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

Source from the content-addressed store, hash-verified

1274 }
1275
1276 AutoVector CreateVector() const
1277 {
1278 return ve->CreateVector();
1279 }
1280
1281 void AssignTo (double s, BaseVector & v2) const
1282 { ve->AssignTo(s,v2); }

Callers

nothing calls this directly

Calls 1

CreateVectorMethod · 0.45

Tested by

no test coverage detected