1 #ifndef SimTK_SIMMATRIX_VECTORVIEW_H_
2 #define SimTK_SIMMATRIX_VECTORVIEW_H_
K::StdNumber StdNumber
Definition: CompositeNumericalTypes.h:163
K::Scalar Scalar
Definition: CompositeNumericalTypes.h:160
K::Number Number
Definition: CompositeNumericalTypes.h:162
This is the common base class for Simbody's Vector_ and Matrix_ classes for handling large,...
Definition: MatrixBase.h:68
ENumber Number
Definition: MatrixBase.h:98
MatrixBase & elementwiseSubtractScalarInPlace(const S &s)
Set M(i,j)-=s for every element of M and some value s.
MatrixBase & elementwiseAddScalarInPlace(const S &s)
Set M(i,j)+=s for every element of M and some value s.
EStdNumber StdNumber
Definition: MatrixBase.h:99
const MatrixHelper< Scalar > & getHelper() const
Definition: MatrixBase.h:864
Definition: MatrixHelper.h:48
Here we define class MatrixHelper, the scalar-type templatized helper class for the more general,...
Definition: MatrixHelper.h:79
(Advanced) This class is identical to RowVector_ except that it has shallow (reference) copy and assi...
Definition: RowVectorView_.h:42
This is a dataless rehash of the MatrixBase class to specialize it for Vectors.
Definition: VectorBase.h:42
VectorBase & operator+=(const VectorBase &r)
Definition: VectorBase.h:147
VectorBase & operator/=(const StdNumber &t)
Definition: VectorBase.h:146
VectorBase & operator*=(const StdNumber &t)
Definition: VectorBase.h:145
VectorBase & operator=(const VectorBase &b)
Copy assignment is deep copy but behavior depends on type of lhs: if view, rhs must match.
Definition: VectorBase.h:138
VectorBase & operator-=(const VectorBase &r)
Definition: VectorBase.h:148
(Advanced) This class is identical to Vector_ except that it has shallow (reference) copy and assignm...
Definition: VectorView_.h:42
VectorView_ & operator/=(const StdNumber &t)
Definition: VectorView_.h:84
VectorView_ & operator+=(const ELT &b)
Definition: VectorView_.h:85
VectorView_(const MatrixHelper< S > &h)
Definition: VectorView_.h:69
VectorView_ & operator=(const Base &b)
Definition: VectorView_.h:72
VectorView_ & operator=(const VectorView_ &v)
Definition: VectorView_.h:64
VectorView_(const VectorView_ &v)
Definition: VectorView_.h:60
VectorView_(MatrixHelperRep< S > *hrep)
Definition: VectorView_.h:55
VectorView_ & operator+=(const VectorBase< EE > &m)
Definition: VectorView_.h:78
VectorView_ & operator-=(const VectorBase< EE > &m)
Definition: VectorView_.h:80
VectorView_ & operator-=(const ELT &b)
Definition: VectorView_.h:86
VectorView_ & operator=(const ELT &v)
Definition: VectorView_.h:74
VectorView_ & operator*=(const StdNumber &t)
Definition: VectorView_.h:83
VectorView_ & operator=(const VectorBase< EE > &m)
Definition: VectorView_.h:76
VectorView_(MatrixHelper< S > &h)
Definition: VectorView_.h:70
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with o...
Definition: Assembler.h:37