Mentions légales du service

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

docu QuickStart

parent 29847be5
Branches
Tags
No related merge requests found
......@@ -2,8 +2,6 @@
%
% This demo presents the method to build a Faust
% from its factors
% and ends with a little time comparison to illustrate
% the speed-up of using a Faust for multiplication.
%
% For more information on the FAuST Project, please visit the website of
% the project : <http://faust.gforge.inria.fr>
......@@ -65,7 +63,7 @@ end
A_faust=Faust(factors);
% a multiplicative scalar can be taken into accoun to construct the Faust
% a multiplicative scalar can be taken into account to construct the Faust
lambda=2;
% B_faust=lambda*A_faust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment