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

Method IsComplex

linalg/python_linalg.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 bool IsComplex() const override { return is_complex; }
46 int VHeight() const override { return h; }
47 int VWidth() const override { return w; }
48 AutoVector CreateRowVector () const override { return CreateBaseVector(w, is_complex, 1); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected