|
| Size | cols () const |
| |
| | LView (Exp &A, Index i, Index j) |
| |
| Scalar const & | operator() (Index i, Index j) const |
| | return the evaluated (j,i)'th element of a matrix expression More...
|
| |
| Scalar & | operator() (Index i, Index j) |
| | return the evaluated (j,i)'th element of a matrix expression More...
|
| |
| template<class OtherExp > |
| ThisType & | operator= (const _RValue< Scalar, OtherExp > &other) |
| |
| Scalar const & | operator[] (Index k) const |
| | return the evaluated i'th element of a vector expression More...
|
| |
| Scalar & | operator[] (Index k) |
| | return the evaluated i'th element of a vector expression More...
|
| |
| Size | rows () const |
| |
| Size | size () const |
| |
| Size | cols () const |
| |
| Scalar & | operator() (Size i, Size j) |
| |
| Scalar const & | operator() (Size i, Size j) const |
| |
| StreamAssign | operator<< (Scalar x) |
| | returns a stream for assignment More...
|
| |
_LValue< Scalar, LView< Scalar,
Exp, rows_, cols_ > > & | operator= (_RValue< Scalar, Exp2 > const &B) |
| |
| Scalar & | operator[] (Size i) |
| |
| Scalar const & | operator[] (Size i) const |
| |
| Size | rows () const |
| |
| Size | size () const |
| |
template<typename Scalar, class Exp, int rows_, int cols_>
class fiber::LView< Scalar, Exp, rows_, cols_ >
expression template for subset of a matrix expression
Definition at line 103 of file view.h.