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

Method CreateRowVector

linalg/special_matrix.hpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 virtual int VWidth() const override { return width; }
205
206 virtual AutoVector CreateRowVector () const override
207 {
208 return CreateBaseVector(width, mat->IsComplex(), 1);
209 }
210
211 virtual AutoVector CreateColVector () const override
212 {

Callers

nothing calls this directly

Calls 2

CreateBaseVectorFunction · 0.85
IsComplexMethod · 0.45

Tested by

no test coverage detected