CGAL 6.1.3 - dD Geometry Kernel
Loading...
Searching...
No Matches
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.

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.

#include <Concepts/Kernel--Linearly_independent_d.h>

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.

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.