Mentions légales du service

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

commentaire sur la classe matlab_faust_core

parent 51520cac
No related branches found
No related tags found
No related merge requests found
%class MATLAB_FAUST
% representing a given dense matrix by a product of sparse matrix (i.e faust)
% in order to speed-up multiplication by this matrix,
% matlab wrapper class implemented in C++
%class MATLAB_FAUST_CORE
% this class only stored the Faust C++ object and
% inherit from matlab handle class which allows different
% object to the same reference
%
% WARNING : the user must not directly use this class,
% he must use the matlab class matlab_faust
%
% For more information on the FAuST Project, please visit the website of
% the project : <http://faust.gforge.inria.fr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment