| 50 | } |
| 51 | |
| 52 | void GetIndirect (FlatArray<int> ind, |
| 53 | FlatVector<double> v) const override |
| 54 | { |
| 55 | local_vec -> GetIndirect (ind, v); |
| 56 | } |
| 57 | void GetIndirect (FlatArray<int> ind, |
| 58 | FlatVector<Complex> v) const override |
| 59 | { |
no outgoing calls
no test coverage detected