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

Method CreateColVector

linalg/special_matrix.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 AutoVector TransposeVector :: CreateColVector () const
31 {
32 return make_unique<VVector<double>> (h*w);
33 }
34
35 void TransposeVector :: Mult (const BaseVector & x, BaseVector & y) const
36 {

Callers

nothing calls this directly

Calls 9

PSFunction · 0.85
RefVecMethod · 0.80
GetParallelStatusMethod · 0.80
RangeFunction · 0.70
WidthMethod · 0.45
CreateColVectorMethod · 0.45
CreateVectorMethod · 0.45
HeightMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected