Mentions légales du service

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

Add code doc for dev (gpu) param of matfaust.dft.

parent ec598fd6
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
%>
%> @param n: the power of two for a FFT of order n and a factorization in log2(n)+1 factors.
%> @param normed: (optional) true (by default) to normalize the returned Faust as if Faust.normalize() was called, false otherwise.
%> @param 'dev', 'gpu or 'cpu' (optional) to create the Faust on CPU or GPU (by default on CPU).
%>
%>
%> @retval F the Faust implementing the FFT transform of dimension n.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment