Go to the source code of this file.
◆ BVector
Type definition of the vector of doubles.
Definition at line 333 of file vector.hpp.
◆ DVector
Type definition of the vector of doubles.
Definition at line 329 of file vector.hpp.
◆ IVector
Type definition of the vector of doubles.
Definition at line 331 of file vector.hpp.
◆ VectorNorm
Defines flags for different vector norms.
Enumerator |
---|
VN_L1 | |
VN_L2 | |
VN_LINF | |
Definition at line 45 of file vector.hpp.
◆ operator<<()
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
_stream, |
|
|
const GenericVector< T > & |
_arg |
|
) |
| |
Prints the matrix into a stream.
Definition at line 306 of file vector.hpp.
◆ operator>>()
template<typename T >
std::istream& operator>> |
( |
std::istream & |
_stream, |
|
|
GenericVector< T > & |
_arg |
|
) |
| |
Read a matrix from an input stream.
Definition at line 318 of file vector.hpp.
◆ emptyConstVector
◆ emptyVector