#include <BigMatrix.h>
Despite the name, this may be an owner if a Matrix_ is recast to a MatrixView_. However, there are no owner constructors for MatrixView_.
Public Member Functions | |
MatrixView_ (const MatrixView_ &m) | |
MatrixView_ & | operator= (const MatrixView_ &m) |
MatrixView_ (const MatrixHelper< S > &h) | |
MatrixView_ (MatrixHelper< S > &h) | |
MatrixView_ & | operator= (const Matrix_< ELT > &v) |
MatrixView_ & | operator= (const ELT &e) |
template<class EE> | |
MatrixView_ & | operator= (const MatrixBase< EE > &m) |
template<class EE> | |
MatrixView_ & | operator+= (const MatrixBase< EE > &m) |
template<class EE> | |
MatrixView_ & | operator-= (const MatrixBase< EE > &m) |
MatrixView_ & | operator*= (const StdNumber &t) |
MatrixView_ & | operator/= (const StdNumber &t) |
MatrixView_ & | operator+= (const ELT &r) |
MatrixView_ & | operator-= (const ELT &r) |
operator const Matrix_< ELT > & () const | |
operator Matrix_< ELT > & () |
MatrixView_ | ( | const MatrixView_< ELT > & | m | ) | [inline] |
MatrixView_ | ( | const MatrixHelper< S > & | h | ) | [inline] |
MatrixView_ | ( | MatrixHelper< S > & | h | ) | [inline] |
MatrixView_& operator= | ( | const MatrixView_< ELT > & | m | ) | [inline] |
References MatrixBase::operator=().
MatrixView_& operator= | ( | const Matrix_< ELT > & | v | ) | [inline] |
References MatrixBase::operator=().
MatrixView_& operator= | ( | const ELT & | e | ) | [inline] |
MatrixView_& operator= | ( | const MatrixBase< EE > & | m | ) | [inline] |
MatrixView_& operator+= | ( | const MatrixBase< EE > & | m | ) | [inline] |
MatrixView_& operator-= | ( | const MatrixBase< EE > & | m | ) | [inline] |
MatrixView_& operator*= | ( | const StdNumber & | t | ) | [inline] |
References MatrixBase::operator*=().
MatrixView_& operator/= | ( | const StdNumber & | t | ) | [inline] |
References MatrixBase::operator/=().
MatrixView_& operator+= | ( | const ELT & | r | ) | [inline] |
References MatrixBase::updDiag().
MatrixView_& operator-= | ( | const ELT & | r | ) | [inline] |
References MatrixBase::updDiag().
operator const Matrix_< ELT > & | ( | ) | const [inline] |
operator Matrix_< ELT > & | ( | ) | [inline] |