Vector_ Class Template Reference

#include <BigMatrix.h>

Inheritance diagram for Vector_:

VectorBase MatrixBase List of all members.

template<class ELT>
class SimTK::Vector_< ELT >


Public Member Functions

 Vector_ ()
 Vector_ (const Vector_ &src)
Vector_operator= (const Vector_ &src)
 Vector_ (const Base &src)
 Vector_ (int m)
 Vector_ (int m, const ELT *initVals)
 Vector_ (int m, const ELT &ival)
 Vector_ (int m, const S *s, bool)
 Vector_ (int m, S *s, bool)
template<int M>
 Vector_ (const Vec< M, ELT > &v)
 Convert a Vec to a Vector_.
Vector_operator= (const ELT &v)
template<class EE>
Vector_operator= (const VectorBase< EE > &m)
template<class EE>
Vector_operator+= (const VectorBase< EE > &m)
template<class EE>
Vector_operator-= (const VectorBase< EE > &m)
Vector_operator *= (const StdNumber &t)
Vector_operator/= (const StdNumber &t)
Vector_operator+= (const ELT &b)
Vector_operator-= (const ELT &b)

Constructor & Destructor Documentation

Vector_ (  )  [inline]

Vector_ ( const Vector_< ELT > &  src  )  [inline]

Vector_ ( const Base src  )  [inline, explicit]

Vector_ ( int  m  )  [inline, explicit]

Vector_ ( int  m,
const ELT *  initVals 
) [inline]

Vector_ ( int  m,
const ELT &  ival 
) [inline]

Vector_ ( int  m,
const S *  s,
bool   
) [inline]

Vector_ ( int  m,
S *  s,
bool   
) [inline]

Vector_ ( const Vec< M, ELT > &  v  )  [inline, explicit]

Convert a Vec to a Vector_.


Member Function Documentation

Vector_& operator *= ( const StdNumber &  t  )  [inline]

Reimplemented from VectorBase.

Vector_& operator+= ( const ELT &  b  )  [inline]

Vector_& operator+= ( const VectorBase< EE > &  m  )  [inline]

Reimplemented from VectorBase.

Vector_& operator-= ( const ELT &  b  )  [inline]

Vector_& operator-= ( const VectorBase< EE > &  m  )  [inline]

Reimplemented from VectorBase.

Vector_& operator/= ( const StdNumber &  t  )  [inline]

Reimplemented from VectorBase.

Vector_& operator= ( const VectorBase< EE > &  m  )  [inline]

Reimplemented from VectorBase.

Vector_& operator= ( const ELT &  v  )  [inline]

Reimplemented from VectorBase.

Vector_& operator= ( const Vector_< ELT > &  src  )  [inline]


The documentation for this class was generated from the following file:
Generated on Thu Feb 28 01:34:35 2008 for SimTKcommon by  doxygen 1.4.7