|
CGAL 5.1 - dD Geometry Kernel
|
#include <Concepts/Kernel--Linear_rank_d.h>
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. |