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

Function AutoVector

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

Source from the content-addressed store, hash-verified

338 public:
339 AutoVector () = default;
340 AutoVector (AutoVector && av2) = default; // : vec(std::move(av2.vec)) { }
341
342 AutoVector (shared_ptr<BaseVector> hvec) : vec(std::move(hvec)) { }
343

Callers 3

basevector.hppFile · 0.70
CreateRowVectorFunction · 0.70
CreateColVectorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected