22 #ifndef INCLUDED_RADAR_TRANSPOSE_MATRIX_VCVC_H 23 #define INCLUDED_RADAR_TRANSPOSE_MATRIX_VCVC_H 25 #include <gnuradio/tagged_stream_block.h> 47 typedef boost::shared_ptr<transpose_matrix_vcvc>
sptr;
57 static sptr make(
int vlen_in,
int vlen_out, std::string len_key =
"packet_len");
boost::shared_ptr< transpose_matrix_vcvc > sptr
Definition: transpose_matrix_vcvc.h:47
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31
This block transposes a matrix. A tagged stream combined with vectors as items represent a matrix...
Definition: transpose_matrix_vcvc.h:44