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