\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - CGAL and Solvers
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 ()
 Return the size of the vector.
 
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.