Mentions légales du service

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

Minor fix in fgft_palm Faust call ctor.

parent b08a1f9c
Branches
Tags
No related merge requests found
......@@ -145,7 +145,7 @@ function varargout = fgft_palm(U, Lap, p, varargin)
[lambda, core_obj, Ddiag] = mexHierarchical_factCplx(U, mex_params, Lap);
end
D = sparse(diag(Ddiag));
F = Faust(core_obj, isreal(U));
F = Faust(core_obj, isreal(U), 'cpu', 'double', true); % 4th arg to copy factors
varargout = {F, D, lambda, p};
end
% experimental block end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment