Mentions légales du service

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

latex Intro

parent 549e0b2e
No related branches found
No related tags found
No related merge requests found
......@@ -11,25 +11,28 @@
\usepackage{amsfonts}
%\usepackage{amsthm}
\usepackage[boxruled,algo2e]{algorithm2e}
\newcommand\mycommfont[1]{\footnotesize\ttfamily\textcolor{blue}{#1}}
\newcommand\mPAT[1]{\marginpar{\footnotesize\textcolor{blue}{PP:~#1}}}
\newcommand\PAT[1]{\textcolor{blue}{#1}}
\newcommand\mRG[1]{\marginpar{\footnotesize\textcolor{blue}{RG:~#1}}}
\newcommand\RG[1]{\textcolor{blue}{#1}}
\newcommand\todoRG[1]{\textcolor{red}{RG:~#1}}
\newcommand\todoPP[1]{\textcolor{red}{PP:~#1}}
%\newcommand\mycommfont[1]{\footnotesize\ttfamily\textcolor{blue}{#1}}
%\newcommand\mPAT[1]{\marginpar{\footnotesize\textcolor{blue}{PP:~#1}}}
%\newcommand\PAT[1]{\textcolor{blue}{#1}}
%\newcommand\mRG[1]{\marginpar{\footnotesize\textcolor{blue}{RG:~#1}}}
%\newcommand\RG[1]{\textcolor{blue}{#1}}
%\newcommand\todoRG[1]{\textcolor{red}{RG:~#1}}
%\newcommand\todoPP[1]{\textcolor{red}{PP:~#1}}
%\definecolor{darkgreen}{rgb}{0,0.8,0}
\newcommand\mNK[1]{\marginpar{\footnotesize\textcolor{blue}{NK:~#1}}}
\newcommand\NK[1]{\textcolor{ForestGreen}{#1}}
\newcommand\todoNK[1]{\textcolor{red}{NK:~#1}}
%\newcommand\mNK[1]{\marginpar{\footnotesize\textcolor{blue}{NK:~#1}}}
%\newcommand\NK[1]{\textcolor{ForestGreen}{#1}}
%\newcommand\todoNK[1]{\textcolor{red}{NK:~#1}}
\SetCommentSty{mycommfont}
\usepackage{algorithmic}
\usepackage{comment}
\usepackage[dvipsnames]{xcolor}
\usepackage{enumitem}
\usepackage{url}
\usepackage{multirow}
\usepackage{sectsty}\usepackage[font=small,labelfont=bf]{caption}
\usepackage{sectsty}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage{placeins}
\usepackage{epstopdf}
\usepackage{hyperref}
......@@ -84,30 +87,12 @@
\begin{document}
\maketitle
\tableofcontents
\newpage
\chapter{Introduction}\label{sec:intro}
\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).
FA$\mu$ST can be used to speed up iterative algorithms commonly used for solving high dimensional linear inverse problems. The algorithms implemented in the toolbox are described in details in Le Magoarou \cite{LeMagoarou2016}.
The FA$\mu$ST toolbox is delivered with a Matlab wrapper.
For more information on the FAuST Project, please visit the website of the project: \url{http://faust.gforge.inria.fr}.
\paragraph{License}
Copyright (2016) Luc Le Magoarou, Remi Gribonval INRIA Rennes, FRANCE
\begin{center}
\url{http://www.inria.fr/}
\end{center}
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{Organization} The section \ref{sec:install} present the installation of the library FA$\mu$ST, the section \ref{sec:firstUse} show quickly how to used this library and finally an example is proposed in section \ref{sec:example}.
\include{chapIntroduction}
\include{chapInstall}
\include{chapFirstUse}
\include{chapExample}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment