cgal/Kernel_d/doc_tex/Kernel_d_ref/linear_rank.tex

13 lines
420 B
TeX

\begin{ccRefFunction}{linear_rank}
\ccInclude{CGAL/predicates_d.h}
\ccHtmlNoLinks
\ccFunction{template <class ForwardIterator> int
linear_rank(ForwardIterator first, ForwardIterator last);}{computes
the linear rank of the vectors in \ccc{A = tuple [first,last)}.
\ccPrecond The objects are of the same dimension. \ccRequire The
value type of \ccc{ForwardIterator} is \ccc{Vector_d<R>}. }
\end{ccRefFunction}