Classes | Typedefs | Enumerations | Functions | Variables
vector.hpp File Reference
#include <complex>
#include <acado/utils/acado_utils.hpp>
#include <acado/matrix_vector/matrix_vector_tools.hpp>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ BVector

typedef GenericVector< bool > BVector

Type definition of the vector of doubles.

Definition at line 333 of file vector.hpp.

◆ DVector

typedef GenericVector< double > DVector

Type definition of the vector of doubles.

Definition at line 329 of file vector.hpp.

◆ IVector

typedef GenericVector< int > IVector

Type definition of the vector of doubles.

Definition at line 331 of file vector.hpp.

Enumeration Type Documentation

◆ VectorNorm

enum VectorNorm

Defines flags for different vector norms.

Enumerator
VN_L1 
VN_L2 
VN_LINF 

Definition at line 45 of file vector.hpp.

Function Documentation

◆ 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.

Variable Documentation

◆ emptyConstVector

const DVector emptyConstVector
static

Definition at line 336 of file vector.hpp.

◆ emptyVector

DVector emptyVector
static

Definition at line 335 of file vector.hpp.



acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Feb 28 2022 21:32:20