Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
CGAL::linearly_independent
#include <
CGAL/predicates_d.h
>
template <class ForwardIterator>
bool
linearly_independent
(
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.
Requirement:
The value type of
ForwardIterator
is
Vector_d
<R>
.
Next:
linear_base
Navigation:
Table of Contents
,
Bibliography
,
Index
,
Title Page
The
CGAL Project
. Tue, December 21, 2004 .