Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
CreateRowVector
Function · 0.70
CreateColVector
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected