CGAL 4.8.1 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator , class OutputIterator > | |
int | operator() (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 . More... | |
int Kernel_d::Linear_base_d::operator() | ( | 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.
InputIterator | has Kernel_d::Vector_d as value type. |
OutputIterator | accepts objects of type Kernel_d::Vector_d . |