Exemplo n.º 1
0
 public double Dot(Polynomial other)
 {
     return(Coefficients.InnerProduct(other.Coefficients));
 }