Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eec19046 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

doc latex

parent ced8d267
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
This figure illustrates the speed-up with a FA$\mu$ST ($\mathbf{M}$ is the gain dense matrix and $\widehat{\mathbf{M}}_{6},\widehat{\mathbf{M}}_{9},\widehat{\mathbf{M}}_{16},\widehat{\mathbf{M}}_{26}$ are different FA$\mu$ST representing $\mathbf{M}$):
\begin{figure}[!h] %%[!htbp]
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.7]{images/BSL.png}
\caption{Performance of FAuST tool on Brain Source Localization experiment}
......
......@@ -247,7 +247,7 @@ The project FA$\mu$ST can be configured with optional parameters, for example if
The Cmake Graphical User Interface \texttt{ccmake} allows you to select option input. When using the \texttt{ccmake} command in your build directory, the Cmake GUI appears in the console (see fig. \ref{fig:ccmake}).
\begin{figure}[!h] %%[!htbp]
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/ccmake.jpg}
\caption{ccmake GUI}
......
......@@ -360,7 +360,7 @@ For more detail about cmake commands, refer to Section \ref{sec:ANNEXEInfoBuildI
\begin{enumerate}
\item Open application \texttt{cmake-GUI.exe} from the program menu or from your cmake install binaries directory to launch the CMake configuration application:
\begin{figure}[!h] %%[!htbp]
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-1-eps-converted-to.pdf}
\caption{cmake GUI}
......@@ -372,7 +372,7 @@ For more detail about cmake commands, refer to Section \ref{sec:ANNEXEInfoBuildI
When clicking for the first time on the [Configure] button, CMake will ask for the build tool you want to use. The build system type depends on the builder you want to use, in our case this is the Visual Studio X (X depending the version of Visual installed on the computer) chain tools. (see fig. \ref{fig:cmakeGUI-2}).
\begin{figure}[!h]
\begin{figure}[H]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-2-eps-converted-to.pdf}
\caption{cmake GUI}
......@@ -382,7 +382,7 @@ When clicking for the first time on the [Configure] button, CMake will ask for t
\item When pressing again the [Configure] button to configure the build system, CMake performs a list of tests to determine the system configuration and manage the build system. If the configuration is correct then no pop-up will appears during the tests and CMake finally shows the various options of the build underlaid in grey. In case of a configuration issue, a pop up window warns you about this issue indicating which test has failed, in this case the build option in the CMake application software will be underlaid in red. We will discuss in Section \ref{sec:WinCustomInstall} what to do in such a case, but let us for the moment assume that everything ran smoothly.
(see \ref{fig:cmakeGUI-4}).
\begin{figure}[!h] %%[!htbp]
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-4-eps-converted-to.pdf}
\caption{cmake GUI}
......
......@@ -2,7 +2,7 @@
\paragraph{Presentation:}FA$\mu$ST is a C++ toolbox, useful to decompose a given dense matrix into a product of sparse matrices in order to reduce its computational complexity (both for storage and manipulation). In Figure \ref{fig:presentation}, the matrix \textbf{A} represents the dense matrix and $\mathbf{S_j}$ correspond to the sparse matrices as $\mathbf{A}=\prod_{j=1}^J\mathbf{S_j}$.
\begin{figure}[!h] %%[!htbp]
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/hadamard32_bw.pdf}
\caption{Brief presentation of FA$\mu$ST}
......@@ -20,15 +20,16 @@ For more information on the FAuST project, please visit the website of the proje
\paragraph{License:}Copyright (2016) Luc Le Magoarou, Remi Gribonval INRIA Rennes, FRANCE \\
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{Checked Installation: Platforms and IDE}
The Figure \ref{fig:recapInstall} shows the checked/valid versions of platforms and IDE in order to install the FA$\mu$ST toolbox properly.\\
Choose among this Figure the adapted platform and IDE following your system.
\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 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/}.
\begin{figure}[H] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/recapInstall.pdf}
\includegraphics[scale=0.4]{images/recapInstall.pdf}
\caption{Checked Installation: Platforms and IDE}
\label{fig:recapInstall}
\end{figure}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment