|
template <class ForwardIterator>
|
|
int
|
affine_rank ( ForwardIterator first, ForwardIterator last)
|
| |
computes
the affine rank of the points in A = tuple [first,last).
| Precondition: | The objects in A are of the same dimension. |
| Requirement: | The value type of ForwardIterator is Point_d<R>. |
|