Go to the documentation of this file. 1 #ifndef SimTK_SIMMATRIX_MATRIXVIEW_H_
2 #define SimTK_SIMMATRIX_MATRIXVIEW_H_
43 template <
class ELT>
class MatrixView_ :
public MatrixBase<ELT> {
44 typedef MatrixBase<ELT> Base;
98 #endif // SimTK_SIMMATRIX_MATRIXVIEW_H_
MatrixView_ & operator=(const MatrixView_ &m)
Definition: MatrixView_.h:63
MatrixBase & operator/=(const StdNumber &t)
Definition: MatrixBase.h:290
MatrixView_ & operator+=(const MatrixBase< EE > &m)
Definition: MatrixView_.h:76
Here we define class MatrixHelper, the scalar-type templatized helper class for the more general,...
Definition: MatrixHelper.h:79
MatrixBase & operator=(const MatrixBase &b)
Definition: MatrixBase.h:200
This is a System that represents the dynamics of a particle moving along a smooth surface.
Definition: Assembler.h:37
K::Scalar Scalar
Definition: CompositeNumericalTypes.h:160
MatrixView_(MatrixHelper< S > &h)
Definition: MatrixView_.h:69
MatrixBase & operator+=(const MatrixBase &r)
Definition: MatrixBase.h:291
This is the common base class for Simbody's Vector_ and Matrix_ classes for handling large,...
Definition: BigMatrix.h:163
MatrixView_ & operator=(const ELT &e)
Definition: MatrixView_.h:72
(Advanced) This class is identical to Matrix_ except that it has shallow (reference) copy and assignm...
Definition: BigMatrix.h:167
MatrixView_ & operator*=(const StdNumber &t)
Definition: MatrixView_.h:81
K::StdNumber StdNumber
Definition: CompositeNumericalTypes.h:163
MatrixView_ & operator=(const Matrix_< ELT > &v)
Definition: MatrixView_.h:71
MatrixBase & operator*=(const StdNumber &t)
Definition: MatrixBase.h:289
MatrixBase & operator-=(const MatrixBase &r)
Definition: MatrixBase.h:292
MatrixView_ & operator/=(const StdNumber &t)
Definition: MatrixView_.h:82
MatrixView_(const MatrixView_ &m)
Definition: MatrixView_.h:57
MatrixView_ & operator-=(const MatrixBase< EE > &m)
Definition: MatrixView_.h:78
MatrixView_(MatrixHelperRep< S > *hrep)
Definition: MatrixView_.h:52
MatrixView_ & operator=(const MatrixBase< EE > &m)
Definition: MatrixView_.h:74
MatrixView_(const MatrixHelper< S > &h)
Definition: MatrixView_.h:68
A MatrixCommitment provides a set of acceptable matrix characteristics.
Definition: MatrixCharacteristics.h:832
MatrixView_ & operator-=(const ELT &r)
Definition: MatrixView_.h:84
This is the matrix class intended to appear in user code for large, variable size matrices.
Definition: BigMatrix.h:168
Definition: MatrixHelper.h:48
MatrixView_ & operator+=(const ELT &r)
Definition: MatrixView_.h:83