AdmittanceVec.h File Reference
#include "EigenTypedef.h"
#include "fwd.h"
#include <type_traits>
Include dependency graph for AdmittanceVec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sva::AdmittanceVec< T >
 

Namespaces

 sva
 

Functions

template<typename T , typename T2 >
AdmittanceVec< T > sva::operator* (T2 scalar, const AdmittanceVec< T > &av)
 
template<typename T >
MotionVec< T > sva::operator* (const AdmittanceVec< T > &av, const ForceVec< T > &fv)
 
template<typename T >
MotionVec< T > sva::operator* (const ForceVec< T > &fv, const AdmittanceVec< T > &av)
 
template<typename T >
std::ostream & sva::operator<< (std::ostream &out, const AdmittanceVec< T > &av)