cheshirekow
v0.1.0
|
expression template for sum of two matrix expressions More...
#include <mpblocks/polynomial/Product.h>
Public Types | |
typedef unsigned int | Size_t |
Public Types inherited from mpblocks::polynomial::RValue< Scalar, Product< Scalar, Exp1, Exp2 > > | |
typedef unsigned int | Size_t |
Public Member Functions | |
Scalar | eval (Scalar x) |
Scalar | operator[] (Size_t n) const |
return the evaluated i'th element of a vector expression More... | |
Product (Exp1 const &A, Exp2 const &B) | |
Size_t | size () const |
return the size for a vector More... | |
Public Member Functions inherited from mpblocks::polynomial::RValue< Scalar, Product< Scalar, Exp1, Exp2 > > | |
Size_t | degree () const |
operator Product< Scalar, Exp1, Exp2 > & () | |
return a reference to the derived type More... | |
operator Product< 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
typedef unsigned int mpblocks::polynomial::Product< Scalar, Exp1, Exp2 >::Size_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |