Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b2e058fa authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

prox compatibilite mac

parent 29453d67
Branches
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ namespace Faust { ...@@ -38,8 +38,8 @@ namespace Faust {
void prox_normlin(Faust::MatDense<FPP,Cpu> & M,FPP s); void prox_normlin(Faust::MatDense<FPP,Cpu> & M,FPP s);
template<typename FPP> template<typename FPP>
void prox_supp(Faust::MatDense<FPP,Cpu> & M, const Faust::MatDense<FPP,Cpu> & supp); void prox_supp(Faust::MatDense<FPP,Cpu> & M, const Faust::MatDense<FPP,Cpu> & supp);
template<typename FPP> // template<typename FPP>
void prox_blkdiag(Faust::MatDense<FPP,Cpu> & M,faust_unsigned_int k); // void prox_blkdiag(Faust::MatDense<FPP,Cpu> & M,faust_unsigned_int k);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment