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

Method CreateColVector

comp/bddc.cpp:531–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529
530 AutoVector CreateRowVector() const override { return bfa->GetMatrix().CreateColVector(); }
531 AutoVector CreateColVector() const override { return bfa->GetMatrix().CreateRowVector(); }
532
533 int VHeight() const override { return bfa->GetMatrix().VHeight(); }
534 int VWidth() const override { return bfa->GetMatrix().VHeight(); }

Callers 11

CreateRowVectorFunction · 0.45
MultMethod · 0.45
AssembleMethod · 0.45
CreateColVectorMethod · 0.45
CreateRowVectorFunction · 0.45
CreateRowVectorMethod · 0.45
TestMethod · 0.45
TimingMethod · 0.45
CreateColVectorMethod · 0.45

Calls 2

CreateRowVectorMethod · 0.45
GetMatrixMethod · 0.45

Tested by

no test coverage detected