summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/multiply_matrix_ff_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* blocks: replace gengen with C++ templatesAndrej Rode2018-08-251-182/+0
* fix: can't pass non-enum integer as enum parameter (#1337)Marcus Müller2017-06-241-13/+1
* blocks: use explicit type conversion to compare the same types.Michael Dickens2015-03-311-1/+1
* blocks: fixmsg handler pmt length / size comparison to be valid.Michael Dickens2015-03-311-1/+1
* blocks: Fixed static init of matrix_multiply membersMartin Braun2015-03-111-0/+3
* blocks: fixed use of "not" for "!".Tom Rondeau2014-10-221-1/+1
* Removing use of 'and', 'or', and 'not' for &&, ||, and !.Tom Rondeau2014-10-061-10/+9
* blocks: Added multiply_matrix_ffMartin Braun2014-07-071-0/+192