RowVectorView_< ELT > Class Template Reference

This class is identical to a RowVector_; it is used only to manage the C++ rules for when copy constructors are called by introducing a separate type to prevent certain allowed optimizations from occuring when we don't want them. More...

#include <BigMatrix.h>

Inheritance diagram for RowVectorView_< ELT >:
RowVectorBase< ELT > MatrixBase< ELT >

List of all members.

Public Member Functions

 RowVectorView_ (MatrixHelperRep< S > *hrep)
 RowVectorView_ (const RowVectorView_ &r)
RowVectorView_operator= (const RowVectorView_ &r)
 Copy assignment is deep copy but behavior depends on type of lhs: if view, rhs must match.
 RowVectorView_ (const MatrixHelper< S > &h)
 RowVectorView_ (MatrixHelper< S > &h)
RowVectorView_operator= (const Base &b)
RowVectorView_operator= (const ELT &v)
 Fill current allocation with copies of element.
template<class EE >
RowVectorView_operator= (const RowVectorBase< EE > &m)
template<class EE >
RowVectorView_operator+= (const RowVectorBase< EE > &m)
template<class EE >
RowVectorView_operator-= (const RowVectorBase< EE > &m)
RowVectorView_operator*= (const StdNumber &t)
RowVectorView_operator/= (const StdNumber &t)
RowVectorView_operator+= (const ELT &b)
RowVectorView_operator-= (const ELT &b)

Detailed Description

template<class ELT>
class SimTK::RowVectorView_< ELT >

This class is identical to a RowVector_; it is used only to manage the C++ rules for when copy constructors are called by introducing a separate type to prevent certain allowed optimizations from occuring when we don't want them.

Despite the name, this may be an owner if a RowVector_ is recast to a RowVectorView_. However, there are no owner constructors for RowVectorView_.


Constructor & Destructor Documentation

RowVectorView_ ( MatrixHelperRep< S > *  hrep  )  [inline, explicit]
RowVectorView_ ( const RowVectorView_< ELT > &  r  )  [inline]
RowVectorView_ ( const MatrixHelper< S > &  h  )  [inline, explicit]
RowVectorView_ ( MatrixHelper< S > &  h  )  [inline, explicit]

Member Function Documentation

RowVectorView_& operator*= ( const StdNumber &  t  )  [inline]
RowVectorView_& operator+= ( const ELT &  b  )  [inline]
RowVectorView_& operator+= ( const RowVectorBase< EE > &  m  )  [inline]
RowVectorView_& operator-= ( const ELT &  b  )  [inline]
RowVectorView_& operator-= ( const RowVectorBase< EE > &  m  )  [inline]
RowVectorView_& operator/= ( const StdNumber &  t  )  [inline]
RowVectorView_& operator= ( const RowVectorBase< EE > &  m  )  [inline]
RowVectorView_& operator= ( const ELT &  t  )  [inline]

Fill current allocation with copies of element.

Note that this is not the same behavior as assignment for Matrices, where only the diagonal is set (and everything else is set to zero.)

Reimplemented from RowVectorBase< ELT >.

References RowVectorBase< ELT >::operator=().

RowVectorView_& operator= ( const Base b  )  [inline]
RowVectorView_& operator= ( const RowVectorView_< ELT > &  b  )  [inline]

Copy assignment is deep copy but behavior depends on type of lhs: if view, rhs must match.

If owner, we reallocate and copy rhs.

Reimplemented from RowVectorBase< ELT >.

References RowVectorBase< ELT >::operator=().


The documentation for this class was generated from the following file:

Generated on Wed Dec 30 11:05:21 2009 for SimTKcore by  doxygen 1.6.1