8 RealType dp =
dot(v1, v2);
Abstract optimization problem class.
Dynamically-sized vector class.
Real lengthSquare()
Returns the squared length of this vector.
Real dot(const DynamicVector< Real > &v1, const DynamicVector< Real > &v2)
Returns the dot product of two DynamicVectors.