cheshirekow
v0.1.0
|
expression template for subset of a matrix expression More...
#include <fiber/view.h>
Public Types | |
enum | { ROWS_ = rows_, COLS_ = cols_, SIZE_ = rows_ * cols_ } |
Public Member Functions | |
_RView (Exp const &A, int i, int j) | |
Size | cols () const |
Scalar | operator() (Index i, Index j) const |
Scalar | operator[] (Index k) const |
Size | rows () const |
Size | size () const |
Public Member Functions inherited from fiber::_RValue< Scalar, _RView< Scalar, Exp, rows_, cols_ > > | |
Size | cols () const |
Scalar | operator() (Size i, Size j) const |
Scalar | operator[] (Size i) const |
Size | rows () const |
Size | size () const |
Protected Attributes | |
Exp const & | A_ |
underlying matrix expression More... | |
Index | i_ |
Index | j_ |
expression template for subset of a matrix expression
anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |