Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
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:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 4.0.1. 2 July 2012.