cheshirekow
v0.1.0
|
expression template for sum of two matrix expressions More...
#include <fiber/sum.h>
Public Types | |
enum | { ROWS_ = Exp1::ROWS_, COLS_ = Exp1::COLS_, SIZE_ = Exp1::SIZE_ } |
Public Member Functions | |
_Sum (Exp1 const &A, Exp2 const &B) | |
Size | cols () const |
Scalar | operator() (Index i, Index j) const |
Scalar | operator[] (Index i) const |
Size | rows () const |
Size | size () const |
Public Member Functions inherited from fiber::_RValue< Scalar, _Sum< Scalar, Exp1, Exp2 > > | |
Size | cols () const |
Scalar | operator() (Size i, Size j) const |
Scalar | operator[] (Size i) const |
Size | rows () const |
Size | size () const |
Private Attributes | |
Exp1 const & | A_ |
Exp2 const & | B_ |
expression template for sum of two matrix expressions
anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |