Mentions légales du service

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

Add CPU MatButterfly level getter.

parent d1cd3b46
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ namespace Faust
const DiagMat& getD1() {return D1;}; //TODO/ move to .hpp
const DiagMat& getD2() {return D2;};
const int getLevel() const {return level;}
const std::vector<int>& get_subdiag_ids() {return subdiag_ids;}
MatGeneric<FPP,Cpu>* Clone(const bool isOptimize=false) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment