Processing math: 100%
CGAL 4.9 - CGAL and Solvers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SvdTraits::Vector Concept Reference

Definition

Concept of vector type used by the concept SvdTraits.

Has Models:
CGAL::Eigen_vector<T>

Public Member Functions

 Vector (size_t n)
 initialize all the elements of the vector to zero.
 
size_t size ()
 
FT operator() (size_t i)
 return the ith entry, i from 0 to size()-1.
 
void set (size_t i, const FT value)
 set the i'th entry to value.
 
FTvector ()
 return the vector as an array.