

Go to the source code of this file.
Classes | |
| class | GenericVector< T > |
Typedefs | |
| typedef GenericVector< bool > | BVector |
| typedef GenericVector< double > | DVector |
| typedef GenericVector< int > | IVector |
Enumerations | |
| enum | VectorNorm { VN_L1, VN_L2, VN_LINF } |
Functions | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &_stream, const GenericVector< T > &_arg) |
| template<typename T > | |
| std::istream & | operator>> (std::istream &_stream, GenericVector< T > &_arg) |
Variables | |
| static const DVector | emptyConstVector |
| static DVector | emptyVector |
| typedef GenericVector< bool > BVector |
Type definition of the vector of doubles.
Definition at line 332 of file vector.hpp.
| typedef GenericVector< double > DVector |
Type definition of the vector of doubles.
Definition at line 328 of file vector.hpp.
| typedef GenericVector< int > IVector |
Type definition of the vector of doubles.
Definition at line 330 of file vector.hpp.
| enum VectorNorm |
Defines flags for different vector norms.
Definition at line 44 of file vector.hpp.
| std::ostream& operator<< | ( | std::ostream & | _stream, |
| const GenericVector< T > & | _arg | ||
| ) |
Prints the matrix into a stream.
Definition at line 305 of file vector.hpp.
| std::istream& operator>> | ( | std::istream & | _stream, |
| GenericVector< T > & | _arg | ||
| ) |
Read a matrix from an input stream.
Definition at line 317 of file vector.hpp.
const DVector emptyConstVector [static] |
Definition at line 335 of file vector.hpp.
DVector emptyVector [static] |
Definition at line 334 of file vector.hpp.