(final BurstMap row, final double[] vec)
| 35 | } |
| 36 | |
| 37 | @Override |
| 38 | public void process(final BurstMap row, final double[] vec) { |
| 39 | vec[index] = 1.0; |
| 40 | } |
| 41 | |
| 42 | @Override |
| 43 | public String name() { |
nothing calls this directly
no outgoing calls
no test coverage detected