cheshirekow
v0.1.0
|
expression template for difference of two matrix expressions More...
#include <fiber/transpose.h>
Public Types | |
enum | { ROWS_ = Exp::COLS_, COLS_ = Exp::ROWS_, SIZE_ = Exp::SIZE_ } |
Public Member Functions | |
_Transpose (Exp const &A) | |
Size | cols () const |
Scalar | operator() (Size i, Size j) const |
Scalar | operator[] (Size i) const |
Size | rows () const |
Size | size () const |
Public Member Functions inherited from fiber::_RValue< Scalar, _Transpose< Scalar, Exp > > | |
Size | cols () const |
Scalar | operator() (Size i, Size j) const |
Scalar | operator[] (Size i) const |
Size | rows () const |
Size | size () const |
Private Attributes | |
Exp const & | m_A |
expression template for difference of two matrix expressions
Definition at line 33 of file transpose.h.
anonymous enum |
Enumerator | |
---|---|
ROWS_ | |
COLS_ | |
SIZE_ |
Definition at line 37 of file transpose.h.
|
inline |
Definition at line 43 of file transpose.h.
|
inline |
Definition at line 47 of file transpose.h.
|
inline |
Definition at line 50 of file transpose.h.
|
inline |
Definition at line 49 of file transpose.h.
|
inline |
Definition at line 46 of file transpose.h.
|
inline |
Definition at line 45 of file transpose.h.
|
private |
Definition at line 34 of file transpose.h.