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

Method IsComplex

comp/hcurlamg.cpp:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 int VHeight() const override { return size; }
207 int VWidth() const override { return size; }
208 bool IsComplex() const override { return is_same<SCAL, Complex>(); }
209 AutoVector CreateRowVector() const override { return mat->CreateColVector(); }
210 AutoVector CreateColVector() const override { return mat->CreateRowVector(); }
211

Callers 2

ToSparseMatrixFunction · 0.45
FinalizeLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected