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