#include <Concepts/Kernel--Affinely_independent_d.h>
|
A model of this concept must provide:
|
| template<class ForwardIterator > |
| bool | operator() (ForwardIterator first, ForwardIterator last) |
| | returns true iff the points in A = tuple [first,last) are affinely independent. More...
|
| |
◆ operator()()
template<class ForwardIterator >
| bool Kernel_d::Affinely_independent_d::operator() |
( |
ForwardIterator |
first, |
|
|
ForwardIterator |
last |
|
) |
| |
returns true iff the points in A = tuple [first,last) are affinely independent.
- Precondition
- The objects are of the same dimension.
- Template Parameters
-