Mentions légales du service

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

Enable MatButterfly/MatPerm composed Faust in matfaust.opt_butterfly_faust...

Enable MatButterfly/MatPerm composed Faust in matfaust.opt_butterfly_faust wrapper (instead of using TransformHelperButterfly).
parent 8809daed
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ template <typename SCALAR, FDevice DEV>
void faust_opt_butterfly(const mxArray **prhs, const int nrhs, mxArray **plhs, const int nlhs)
{
auto F = convertMat2Ptr<Faust::TransformHelper<SCALAR, DEV>>(prhs[1]);
auto oF = Faust::TransformHelperButterfly<SCALAR, DEV>::optFaust(F);
auto oF = Faust::TransformHelper<SCALAR, DEV>::optButterflyFaust(F);
plhs[0] = convertPtr2Mat<Faust::TransformHelper<SCALAR,DEV>>(oF);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment