cheshirekow
v0.1.0
|
expression template for sum of two matrix expressions More...
#include <mpblocks/polynomial/Negative.h>
Public Types | |
typedef std::size_t | Size_t |
Public Types inherited from mpblocks::polynomial::RValue< Scalar, Negative< Scalar, Exp > > | |
typedef unsigned int | Size_t |
Public Member Functions | |
Scalar | eval (Scalar x) |
Negative (Exp const &exp) | |
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, Negative< Scalar, Exp > > | |
Size_t | degree () const |
operator Negative< Scalar, Exp > & () | |
return a reference to the derived type More... | |
operator Negative< Scalar, Exp >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 | |
Exp const & | m_exp |
expression template for sum of two matrix expressions
Definition at line 35 of file Negative.h.
typedef std::size_t mpblocks::polynomial::Negative< Scalar, Exp >::Size_t |
Definition at line 41 of file Negative.h.
|
inline |
Definition at line 43 of file Negative.h.
|
inline |
Definition at line 60 of file Negative.h.
|
inline |
return the evaluated i'th element of a vector expression
Definition at line 55 of file Negative.h.
|
inline |
return the size for a vector
Definition at line 49 of file Negative.h.
|
private |
Definition at line 38 of file Negative.h.