Drake
Drake C++ Documentation
vector_base.h File Reference
#include <initializer_list>
#include <ostream>
#include <stdexcept>
#include <utility>
#include <fmt/format.h>
#include "drake/common/default_scalars.h"
#include "drake/common/drake_assert.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/drake_throw.h"
#include "drake/common/eigen_types.h"
#include "drake/common/fmt_eigen.h"
#include "drake/common/fmt_ostream.h"
#include "drake/common/nice_type_name.h"
#include "drake/common/unused.h"
Include dependency graph for vector_base.h:
This graph shows which files directly or indirectly include this file:

Classes

class  VectorBase< T >
 VectorBase is an abstract base class that real-valued signals between Systems and real-valued System state vectors must implement. More...
 
struct  formatter< drake::systems::VectorBase< T > >
 

Namespaces

 drake
 
 drake::systems
 
 fmt
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const VectorBase< T > &vec)
 Allows a VectorBase<T> to be streamed into a string as though it were a RowVectorX<T>. More...