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

Method CreateColVector

linalg/special_matrix.hpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 virtual AutoVector CreateColVector () const override
129 {
130 return CreateBaseVector(height, IsComplex(), 1);
131 }
132
133 virtual void Mult (const BaseVector & x, BaseVector & y) const override;
134 virtual void MultTrans (const BaseVector & x, BaseVector & y) const override;

Callers

nothing calls this directly

Calls 2

CreateBaseVectorFunction · 0.85
IsComplexFunction · 0.70

Tested by

no test coverage detected