25#ifndef INCLUDED_BLOCKS_MULTIPLY_MATRIX_FF_H
26#define INCLUDED_BLOCKS_MULTIPLY_MATRIX_FF_H
70 typedef boost::shared_ptr<multiply_matrix_ff>
sptr;
82 std::vector<std::vector<float> > A,
87 virtual const std::vector<std::vector<float> >&
get_A()
const = 0;
89 virtual bool set_A(
const std::vector<std::vector<float> > &new_A) = 0;
tag_propagation_policy_t
enum to represent different tag propagation policies.
Definition: block.h:74
@ TPP_ALL_TO_ALL
Definition: block.h:77
Matrix multiplexer/multiplier: y(k) = A x(k)
Definition: multiply_matrix_ff.h:68
static sptr make(std::vector< std::vector< float > > A, gr::block::tag_propagation_policy_t tag_propagation_policy=gr::block::TPP_ALL_TO_ALL)
virtual bool set_A(const std::vector< std::vector< float > > &new_A)=0
Sets the matrix to a new value new_A. Returns true if the new matrix was valid and could be changed.
boost::shared_ptr< multiply_matrix_ff > sptr
Definition: multiply_matrix_ff.h:70
static const std::string MSG_PORT_NAME_SET_A
Definition: multiply_matrix_ff.h:91
virtual const std::vector< std::vector< float > > & get_A() const =0
Returns the current matrix.
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45