| 832 | virtual shared_ptr<BaseSparseMatrix> CreateSparseMatrix() const override; |
| 833 | |
| 834 | virtual shared_ptr<BaseMatrix> CreateDeviceMatrix() const override |
| 835 | { |
| 836 | return make_shared<VScaleMatrix<TSCAL>>(bm.CreateDeviceMatrix(), scale); |
| 837 | } |
| 838 | }; |
| 839 | |
| 840 | inline VScaleMatrix<double> operator* (double d, const BaseMatrix & m) |
no outgoing calls
no test coverage detected