Simbody
Public Types

SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P > Struct Template Reference

#include <Mat.h>

List of all members.

Public Types

typedef Mat< M, N, typename
CNT< E >::template Result< P >
::Mul, M, 1 > 
Mul
typedef Mat< M, N, typename
CNT< E >::template Result< P >
::Dvd, M, 1 > 
Dvd
typedef Mat< M, N, typename
CNT< E >::template Result< P >
::Add, M, 1 > 
Add
typedef Mat< M, N, typename
CNT< E >::template Result< P >
::Sub, M, 1 > 
Sub

template<int M, int N, class ELT, int CS, int RS>
template<class P>
struct SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P >


Member Typedef Documentation

template<int M, int N, class ELT, int CS, int RS>
template<class P >
typedef Mat<M,N, typename CNT<E>::template Result<P>::Mul, M, 1> SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P >::Mul
template<int M, int N, class ELT, int CS, int RS>
template<class P >
typedef Mat<M,N, typename CNT<E>::template Result<P>::Dvd, M, 1> SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P >::Dvd
template<int M, int N, class ELT, int CS, int RS>
template<class P >
typedef Mat<M,N, typename CNT<E>::template Result<P>::Add, M, 1> SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P >::Add
template<int M, int N, class ELT, int CS, int RS>
template<class P >
typedef Mat<M,N, typename CNT<E>::template Result<P>::Sub, M, 1> SimTK::Mat< M, N, ELT, CS, RS >::EltResult< P >::Sub

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines