Drake
Drake C++ Documentation
my_vector.h File Reference
Include dependency graph for my_vector.h:

Classes

class  MyVector< T, N >
 A simple subclass of BasicVector<T> for testing, particularly for cases where BasicVector subtyping must be preserved through the framework. More...
 

Namespaces

 drake
 
 drake::systems
 

Typedefs

using MyVector1d = MyVector< double, 1 >
 
using MyVector2d = MyVector< double, 2 >
 
using MyVector3d = MyVector< double, 3 >
 
using MyVector4d = MyVector< double, 4 >