Mentions légales du service

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

Remove experimental flag on pyfaust/matfaust.fact.butterfly.

parent 0b84d70b
Branches
No related tags found
No related merge requests found
% experimental block start
%========================================================================== %==========================================================================
%> @brief Factorizes the matrix M according to a butterfly support. %> @brief Factorizes the matrix M according to a butterfly support.
%> %>
...@@ -36,5 +35,3 @@ function F = butterfly(M, varargin) ...@@ -36,5 +35,3 @@ function F = butterfly(M, varargin)
end end
F = Faust(core_obj, isreal(M)); F = Faust(core_obj, isreal(M));
end end
% experimental block end
...@@ -1129,7 +1129,6 @@ def fgft_palm(U, Lap, p, init_D=None, ret_lambda=False, ret_params=False): ...@@ -1129,7 +1129,6 @@ def fgft_palm(U, Lap, p, init_D=None, ret_lambda=False, ret_params=False):
# experimental block end # experimental block end
# experimental block start
def butterfly(M, dir="right"): def butterfly(M, dir="right"):
""" """
Factorizes M according to a butterfly support. Factorizes M according to a butterfly support.
...@@ -1148,4 +1147,3 @@ def butterfly(M, dir="right"): ...@@ -1148,4 +1147,3 @@ def butterfly(M, dir="right"):
return Faust(core_obj=_FaustCorePy.FaustFact.butterfly_hierarchical(M, dir)) return Faust(core_obj=_FaustCorePy.FaustFact.butterfly_hierarchical(M, dir))
else: else:
return Faust(core_obj=_FaustCorePy.FaustFactCplx.butterfly_hierarchical(M, dir)) return Faust(core_obj=_FaustCorePy.FaustFactCplx.butterfly_hierarchical(M, dir))
# experimental block end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment