![]()  | 
  
    RobWorkProject
    23.9.11-
    
   | 
 
Classes | |
| class | Vector< T > | 
| Configuration vector.  More... | |
Namespaces | |
| rw | |
| Deprecated namespace since 16/4-2020 for this class.  | |
| rw::math | |
| Matrices, vectors, configurations, and more.  | |
Typedefs | |
| using | Vectord = Vector< double > | 
| using | Vectorf = Vector< float > | 
Functions | |
| template<class A > | |
| bool | operator!= (const Vector< A > &q1, const Vector< A > &q2) | 
| Inequality operator.  More... | |
| template<class A > | |
| rw::math::Vector< A > | concat (const Vector< A > &q1, const Vector< A > &q2) | 
| concatenates q1 onto q2 such that the returned q has the configurations of q1 in [0;q1.size()[ and has q2 in [q1.size();q1.size()+q2.size()[  More... | |