\begin{ccRefFunction}{linearly_independent} \ccInclude{CGAL/predicates_d.h} \ccHtmlNoLinks \ccFunction{template bool linearly_independent( ForwardIterator first, ForwardIterator last);}{decides whether the vectors in \ccc{A = tuple [first,last)} are linearly independent. \ccPrecond{The objects in \ccc{A} are of the same dimension.} \ccRequire{ The value type of \ccc{ForwardIterator} is \ccc{Vector_d}.}} \end{ccRefFunction}