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

Method CreateRowVector

linalg/python_linalg.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 int VHeight() const override { return h; }
47 int VWidth() const override { return w; }
48 AutoVector CreateRowVector () const override { return CreateBaseVector(w, is_complex, 1); }
49 AutoVector CreateColVector () const override { return CreateBaseVector(h, is_complex, 1); }
50
51 void Mult (const BaseVector & x, BaseVector & y) const override

Callers 1

Calls 1

CreateBaseVectorFunction · 0.85

Tested by

no test coverage detected