@@ -21,7 +21,7 @@ For more information on the FAuST project, please visit the website of the proje
The FAuST Toolbox is distributed under the terms of the GNU Affero General Public License. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see \url{http://www.gnu.org/licenses/}.
\paragraph{FA$\mu$ST Structure:}
The Figure \ref{fig:faustStructure} presents an brief structure of the FA$\mu$ST toolbox. The principal C++ library called "libfaust" includes two components: the "Factorization algorithms" is used to generate a FA$\mu$ST core from a dense matrix and the "FA$\mu$ST matrix multiplication" provides the linear operator to manipulate your data. It can be employ using different types of wrappers but in the second version of FA$\mu$ST package (Version 2.0), only Matlab wrapper is provided.
The Figure \ref{fig:faustStructure} presents a brief structure of the FA$\mu$ST toolbox. The principal C++ library called "libfaust" includes two components: the "Factorization algorithms" is used to generate a FA$\mu$ST matrix from a dense matrix and the "FA$\mu$ST matrix representation" provides a linear operator efficient for multiplication. It can be used from various types of environment. But currently (FA$\mu$ST package Version 2.0), only Matlab wrapper is provided. A Python wrapper is under development and should be available in the next version.
\begin{figure}[H] %%[!htbp]
\centering
...
...
@@ -34,9 +34,9 @@ The Figure \ref{fig:faustStructure} presents an brief structure of the FA$\mu$ST
\paragraph{Valid Installation: Platforms, Compiler and IDE}
The Figure \ref{fig:recapInstall} summarizes the tested configurations of the installation of the FA$\mu$ST toolbox following the type of platform (Linux, Mac or Windows), compiler, version of Matlab and the type of Integrate Development Environment (IDE).\\
Choose among this Figure \ref{fig:recapInstall} the adapted platform and IDE following your system and refer to the corresponding Install Chapter.
The installation using the GCC compiler directly from a command terminal on Unix platforms is suggest because it is more simple and requires fewer externals components.
The installation using the GCC compiler directly from a command terminal on Unix platforms is suggested because it is more simple and requires fewer externals components.
The installation on Windows Platform using Visual Studio IDE has been tested but there is compilation problems depending of the version of your Windows and your Visual Studio. This install configuration is not guaranteed but you can try and report any problem and/or suggestion on install-list of FA$\mu$ST project on \url{http://lists.gforge.inria.fr/pipermail/faust-install/}.
The installation on Windows Platform using Visual Studio IDE has been tested but there are compilation problems depending of the version of your Windows and your Visual Studio. This install configuration is not guaranteed but you can try and report any problem and/or suggestion on install-list of FA$\mu$ST project on \url{http://lists.gforge.inria.fr/pipermail/faust-install/}.