MCPcopy 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

PSFunction · 0.85
GetParallelStatusMethod · 0.80
RangeFunction · 0.70
WidthMethod · 0.45
CreateRowVectorMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected