mirror of https://github.com/CGAL/cgal
14 lines
465 B
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}
|
|
|