|
cheshirekow
v0.1.0
|
assignment More...
#include <mpblocks/polynomial/StreamAssignment.h>
Public Types | |
| typedef StreamAssignment< Exp > | Stream_t |
Public Member Functions | |
| template<typename Scalar > | |
| Stream_t & | append (Scalar x) |
| template<typename Scalar > | |
| Stream_t & | operator, (Scalar x) |
| template<typename Scalar > | |
| Stream_t & | operator<< (Scalar x) |
| StreamAssignment (Exp &M) | |
Private Attributes | |
| unsigned int | m_i |
| Exp & | m_mat |
assignment
Definition at line 40 of file StreamAssignment.h.
| typedef StreamAssignment<Exp> mpblocks::polynomial::StreamAssignment< Exp >::Stream_t |
Definition at line 43 of file StreamAssignment.h.
|
inline |
Definition at line 51 of file StreamAssignment.h.
|
inline |
Definition at line 57 of file StreamAssignment.h.
|
inline |
Definition at line 72 of file StreamAssignment.h.
|
inline |
Definition at line 66 of file StreamAssignment.h.
|
private |
Definition at line 47 of file StreamAssignment.h.
|
private |
Definition at line 46 of file StreamAssignment.h.