const double & vector::operator[] ( size_t  i ) const

Amother function returning pointer to ith element of a vector.

Parameters:
i: ith entry of vector.
 All Classes Files Functions Variables Typedefs Friends Defines