public void SwapIndex(int i, int j) { cache.SwapIndex(i, j); //ty była zamiana x[i] z x[i] oraz x_squere //base.SwapIndex(i, j); //_x.SwapIndex(i, j); y.SwapIndex(i, j); //this change in kernel // QD.SwapIndex(i, j); kernel.SwapIndex(i, j); }