Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a67daa58 authored by hhakim's avatar hhakim
Browse files

Minor change: add getNbRow/getNbCol() in TransformHelper<FPP,GPU2>.

parent 4e4e61bf
Branches
Tags
No related merge requests found
......@@ -22,6 +22,8 @@ namespace Faust
void pop_front();
void pop_back();
void push_first(const MatGeneric<FPP,GPU2>*, const bool optimizedCopy=false, const bool copying=true);
faust_unsigned_int getNbRow(){ this->transform->getNbRow();}
faust_unsigned_int getNbCol(){ this->transform->getNbCol();}
template<typename Head, typename ... Tail>
void push_back_(Head& h, Tail&... t);
void push_back_();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment