dot abstract method

double dot(
  1. Vector vector
)

Returns a dot (inner) product of this and vector

Implementation

double dot(Vector vector);