CGAL 5.4 - dD Geometry Kernel
Kernel_d::Linearly_independent_d Concept Reference

Definition

Operations

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...
 

Member Function Documentation

◆ 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
ForwardIteratorhas Kernel_d::Vector_d as value type.