Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ CreateColVector
Method
CreateColVector
linalg/special_matrix.hpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
virtual AutoVector CreateColVector () const override
174
{
175
return CreateBaseVector(range.Size(), is_complex, 1);
176
}
177
178
auto GetRange() const { return range; }
179
Callers
nothing calls this directly
Calls
2
CreateBaseVector
Function · 0.85
Size
Method · 0.45
Tested by
no test coverage detected