#include <Concepts/Kernel--Linearly_independent_d.h>
|
A model of this concept must provide:
|
template<class ForwardIterator > |
bool | operator() (ForwardIterator first, ForwardIterator last) |
| decides whether the vectors in A = tuple [first,last) are linearly independent. More...
|
|
◆ operator()()
template<class ForwardIterator >
bool Kernel_d::Linearly_independent_d::operator() |
( |
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.
- Template Parameters
-