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

Method IsComplex

linalg/basematrix.hpp:768–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766 : bm(*aspbm), spbm(aspbm), scale(ascale) { ; }
767 TSCAL GetScalingFactor() const { return scale; }
768 virtual bool IsComplex() const override
769 { return bm.IsComplex() || typeid(TSCAL)==typeid(Complex); }
770 ///
771 virtual void MultAdd (double s, const BaseVector & x, BaseVector & y) const override
772 {

Callers 1

IsComplexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected