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

Method CreateColVector

ngscuda/cuda_linalg.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 AutoVector CreateRowVector() const override { return make_unique<UnifiedVector>(Width()); }
43 AutoVector CreateColVector() const override { return make_unique<UnifiedVector>(Height()); }
44 };
45
46 shared_ptr<BaseMatrix> CreateDevMatrix (BaseMatrix &mat);

Callers 1

devdmatrix.pyFile · 0.45

Calls 1

HeightFunction · 0.50

Tested by

no test coverage detected