template <class ForwardIterator, class OutputIterator> | ||||||
OutputIterator | linear_base ( ForwardIterator first, ForwardIterator last, OutputIterator result) | |||||
computes a basis of the linear space
spanned by the vectors in A = tuple [first,last) and returns
it via an iterator range starting in result. The returned
iterator marks the end of the output.
|