| 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 | { |