cheshirekow
v0.1.0
|
expression template for sum of two matrix expressions More...
#include <mpblocks/polynomial/Difference.h>
Public Types | |
typedef unsigned int | Size_t |
Public Types inherited from mpblocks::polynomial::RValue< Scalar, Difference< Scalar, Exp1, Exp2 > > | |
typedef unsigned int | Size_t |
Public Member Functions | |
Difference (Exp1 const &A, Exp2 const &B) | |
Scalar | eval (Scalar x) |
Scalar | operator[] (Size_t i) const |
return the evaluated i'th element of a vector expression More... | |
Size_t | size () const |
return the size for a vector More... | |
Public Member Functions inherited from mpblocks::polynomial::RValue< Scalar, Difference< Scalar, Exp1, Exp2 > > | |
Size_t | degree () const |
operator Difference< Scalar, Exp1, Exp2 > & () | |
return a reference to the derived type More... | |
operator Difference< Scalar, Exp1, Exp2 >const & () | |
return a const reference to the derived type More... | |
Scalar | operator[] (Size_t i) const |
return the evaluated i'th element of a vector expression More... | |
Size_t | size () const |
return the size for a vector More... | |
Private Attributes | |
Exp1 const & | m_A |
Exp2 const & | m_B |
expression template for sum of two matrix expressions
Definition at line 35 of file Difference.h.
typedef unsigned int mpblocks::polynomial::Difference< Scalar, Exp1, Exp2 >::Size_t |
Definition at line 44 of file Difference.h.
|
inline |
Definition at line 46 of file Difference.h.
|
inline |
Definition at line 71 of file Difference.h.
|
inline |
return the evaluated i'th element of a vector expression
Definition at line 59 of file Difference.h.
|
inline |
return the size for a vector
Definition at line 53 of file Difference.h.
|
private |
Definition at line 40 of file Difference.h.
|
private |
Definition at line 41 of file Difference.h.