| 625 | array K = randu(3, 3); |
| 626 | |
| 627 | gfor(seq ii, 3) { B(span, span, ii) = convolve2(A(span, span, ii), K); } |
| 628 | |
| 629 | for (int ii = 0; ii < 3; ii++) { |
| 630 | array c_ii = convolve2(A(span, span, ii), K); |
nothing calls this directly
no test coverage detected