Drake
Drake C++ Documentation
Supervector< T > Member List

This is the complete list of members for Supervector< T >, including all inherited members.

CopyToPreSizedVector(EigenPtr< VectorX< T >> vec) constVectorBase< T >virtual
CopyToVector() constVectorBase< T >virtual
DoPlusEqScaled(const std::initializer_list< std::pair< T, const VectorBase< T > & >> &rhs_scale)VectorBase< T >protectedvirtual
GetAtIndex(int index) constVectorBase< T >
GetAtIndex(int index)VectorBase< T >
GetElementBounds(Eigen::VectorXd *lower, Eigen::VectorXd *upper) constVectorBase< T >virtual
operator+=(const VectorBase< T > &rhs)VectorBase< T >
operator-=(const VectorBase< T > &rhs)VectorBase< T >
operator=(const Supervector &)=deleteSupervector< T >
operator=(Supervector &&)=deleteSupervector< T >
drake::systems::VectorBase::operator=(const VectorBase &)=deleteVectorBase< T >
drake::systems::VectorBase::operator=(VectorBase &&)=deleteVectorBase< T >
operator[](int index)VectorBase< T >
operator[](int index) constVectorBase< T >
PlusEqScaled(const T &scale, const VectorBase< T > &rhs)VectorBase< T >
PlusEqScaled(const std::initializer_list< std::pair< T, const VectorBase< T > & >> &rhs_scale)VectorBase< T >
ScaleAndAddToVector(const T &scale, EigenPtr< VectorX< T >> vec) constVectorBase< T >virtual
SetAtIndex(int index, const T &value)VectorBase< T >
SetFrom(const VectorBase< T > &value)VectorBase< T >virtual
SetFromVector(const Eigen::Ref< const VectorX< T >> &value)VectorBase< T >virtual
SetZero()VectorBase< T >virtual
size() const finalSupervector< T >virtual
Supervector(const Supervector &)=deleteSupervector< T >
Supervector(Supervector &&)=deleteSupervector< T >
Supervector(const std::vector< VectorBase< T > * > &subvectors)Supervector< T >explicit
ThrowMismatchedSize(int other_size) constVectorBase< T >protected
ThrowOutOfRange(int index) constVectorBase< T >protected
VectorBase(const VectorBase &)=deleteVectorBase< T >
VectorBase(VectorBase &&)=deleteVectorBase< T >
VectorBase()VectorBase< T >protected
~VectorBase()VectorBase< T >virtual