CGAL 4.8.1 - CGAL and Solvers
|
Concept of vector type used by the concept SvdTraits
.
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 i th entry, i from 0 to size()-1 . | |
void | set (size_t i, const FT value) |
set the i 'th entry to value . | |
FT * | vector () |
return the vector as an array. | |