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

Method CreateRowVector

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

Source from the content-addressed store, hash-verified

528
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(); }

Callers 15

OrthogonalizeFunction · 0.45
PINVIT1Function · 0.45
PINVITFunction · 0.45
LOBPCGFunction · 0.45
CreateColVectorFunction · 0.45
AssembleMethod · 0.45
CreateVectorMethod · 0.45
CreateRowVectorMethod · 0.45
CreateColVectorFunction · 0.45
ProlongateInlineMethod · 0.45
RestrictInlineMethod · 0.45
CreateColVectorMethod · 0.45

Calls 2

CreateColVectorMethod · 0.45
GetMatrixMethod · 0.45

Tested by 1