Ejemplo n.º 1
0
 public double Dot(VectorXD other)
 {
     return(EigenDenseUtilities.Dot(GetValues(), other.GetValues(), Length));
 }