#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"
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... | |
DRAKE_DECLARE_CLASS_TEMPLATE_INSTANTIATIONS_ON_DEFAULT_SCALARS (class ::drake::systems::VectorBase) | |
DRAKE_DECLARE_CLASS_TEMPLATE_INSTANTIATIONS_ON_DEFAULT_SCALARS | ( | class ::drake::systems::VectorBase | ) |