summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/multiply_matrix_cc_impl.cc
Commit message (Collapse)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-14/+2
|
* blocks: Fix incorrect size checkPaul Cercueil2015-10-031-1/+1
| | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
* blocks: enable missing multiply_matrix_cc and backport fixesJohnathan Corgan2015-10-031-1/+1
| | | | | | | | | | * multiply_matrix_cc_impl.cc existed but did not have fixes from master * multiply_matrix_cc_impl.cc was missing from CMakeLists.txt * multiply_matrix_cc was missing from SWIG * QA from from master branch was backported
* 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_ccMartin Braun2014-07-071-0/+192