CGAL 5.0.3 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator > | |
int | operator() (ForwardIterator first, ForwardIterator last) |
computes the linear rank of the vectors in A = tuple [first,last) . More... | |
int Kernel_d::Linear_rank_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last | ||
) |
computes the linear rank of the vectors in A = tuple [first,last)
.
ForwardIterator | has Kernel_d::Vector_d as value type. |