Example #1
0
 public void Dger(double alpha, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix2D A)
 {
     seqBlas.Dger(alpha, x, y, A);
 }