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

Method CreateRowVector

linalg/special_matrix.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 virtual int VWidth() const override { return width; }
52
53 virtual AutoVector CreateRowVector () const override
54 {
55 return CreateBaseVector(width, false, 1);
56 }
57
58 virtual AutoVector CreateColVector () const override
59 {

Callers

nothing calls this directly

Calls 1

CreateBaseVectorFunction · 0.85

Tested by

no test coverage detected