Exemplo n.º 1
0
 public double Ddot(DoubleMatrix1D x, DoubleMatrix1D y)
 {
     return(seqBlas.Ddot(x, y));
 }