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