cgal/Kernel_d/doc_tex/Kernel_d_ref/linearly_independent.tex

14 lines
465 B
TeX

\begin{ccRefFunction}{linearly_independent}
\ccInclude{CGAL/predicates_d.h}
\ccHtmlNoLinks
\ccFunction{template <class ForwardIterator> 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<R>}.}
\end{ccRefFunction}