|
CGAL 6.3 - dD Geometry Kernel
|
Operations | |
A model of this concept must provide: | |
| template<class ForwardIterator> | |
| bool | operator() (ForwardIterator first, ForwardIterator last) |
| decides whether the vectors in A = tuple [first,last) are linearly independent. | |
| bool Kernel_d::Linearly_independent_d::operator() | ( | ForwardIterator | first, |
| ForwardIterator | last ) |
decides whether the vectors in A = tuple [first,last) are linearly independent.
| ForwardIterator | has Kernel_d::Vector_d as value type. |