#include <Concepts/Kernel--Affine_rank_d.h>
|
A model of this concept must provide:
|
| template<class ForwardIterator > |
| int | operator() (ForwardIterator first, ForwardIterator last) |
| | computes the affine rank of the points in A = tuple [first,last). More...
|
| |
◆ operator()()
template<class ForwardIterator >
| int Kernel_d::Affine_rank_d::operator() |
( |
ForwardIterator |
first, |
|
|
ForwardIterator |
last |
|
) |
| |
computes the affine rank of the points in A = tuple [first,last).
- Precondition
- The objects are of the same dimension.
- Template Parameters
-