Example #1
0
 public void Dswap(DoubleMatrix1D x, DoubleMatrix1D y)
 {
     y.Swap(x);
 }