cheshirekow  v0.1.0
mpblocks::polynomial::Normalized< Scalar, Exp > Class Template Reference

expression template for sum of two matrix expressions More...

#include <mpblocks/polynomial/Normalized.h>

Inheritance diagram for mpblocks::polynomial::Normalized< Scalar, Exp >:
mpblocks::polynomial::RValue< Scalar, Normalized< Scalar, Exp > >

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
 

Detailed Description

template<typename Scalar, class Exp>
class mpblocks::polynomial::Normalized< Scalar, Exp >

expression template for sum of two matrix expressions

Definition at line 35 of file Normalized.h.

Member Typedef Documentation

template<typename Scalar , class Exp >
typedef std::size_t mpblocks::polynomial::Normalized< Scalar, Exp >::Size_t

Definition at line 41 of file Normalized.h.

Constructor & Destructor Documentation

template<typename Scalar , class Exp >
mpblocks::polynomial::Normalized< Scalar, Exp >::Normalized ( Exp const &  exp)
inline

Definition at line 43 of file Normalized.h.

Member Function Documentation

template<typename Scalar , class Exp >
Scalar mpblocks::polynomial::Normalized< Scalar, Exp >::eval ( Scalar  x)
inline

Definition at line 60 of file Normalized.h.

template<typename Scalar , class Exp >
Scalar mpblocks::polynomial::Normalized< Scalar, Exp >::operator[] ( Size_t  i) const
inline

return the evaluated i'th element of a vector expression

Definition at line 55 of file Normalized.h.

template<typename Scalar , class Exp >
Size_t mpblocks::polynomial::Normalized< Scalar, Exp >::size ( ) const
inline

return the size for a vector

Definition at line 49 of file Normalized.h.

Member Data Documentation

template<typename Scalar , class Exp >
Exp const& mpblocks::polynomial::Normalized< Scalar, Exp >::m_exp
private

Definition at line 38 of file Normalized.h.


The documentation for this class was generated from the following file: