template <class ForwardIterator>
|
bool
|
linearly_independent ( ForwardIterator first, ForwardIterator last)
|
| |
decides whether the vectors in A = tuple [first,last)
are linearly independent. Precondition: | The objects in A are of
the same dimension. |
Requirement: | The value type of
ForwardIterator is Vector_d<R>. |
|