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

Method CreateColVector

linalg/special_matrix.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 virtual AutoVector CreateColVector () const override
59 {
60 return CreateBaseVector(ind.Size(), false, 1);
61 }
62
63 virtual void Mult (const BaseVector & x, BaseVector & y) const override;
64 virtual void MultTrans (const BaseVector & x, BaseVector & y) const override;

Callers

nothing calls this directly

Calls 2

CreateBaseVectorFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected