Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ CreateRowVector
Method
CreateRowVector
linalg/special_matrix.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
AutoVector TransposeVector :: CreateRowVector () const
26
{
27
return make_unique<VVector<double>> (h*w);
28
}
29
30
AutoVector TransposeVector :: CreateColVector () const
31
{
Callers
nothing calls this directly
Calls
6
PS
Function · 0.85
GetParallelStatus
Method · 0.80
Range
Function · 0.70
Width
Method · 0.45
CreateRowVector
Method · 0.45
Size
Method · 0.45
Tested by
no test coverage detected