Kernel::Affinely_independent_d

A model for this must provide:

template <class ForwardIterator>
bool fo ( ForwardIterator first , ForwardIterator last )
returns true iff the points in A = tuple [first,last) are affinely independent.
Precondition: The objects are of the same dimension.
Requirement: The value type of ForwardIterator is Kernel::Point_d.