Mentions légales du service

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

latex

parent 8f0fa402
No related branches found
No related tags found
No related merge requests found
\documentclass[a4paper,11pt]{report} \documentclass[a4paper,11pt]{report}
\author{Adrien Leman; Nicolas Bellot} \author{Adrien Leman; Nicolas Bellot}
\title{Documentation of the project FA$\mu$ST \smallbreak "Flexible Approximate Multi-Layer Sparse Transform" \title{Documentation of the project FA$\mu$ST \smallbreak "Flexible Approximate Multi-Layer Sparse Transform" \bigbreak
\centerline{\includegraphics[scale=0.2]{images/logo.png}} \bigbreak
\centerline{\includegraphics[scale=0.1]{images/logo.png}}
} }
\usepackage[]{mcode} % import matlab file \usepackage[]{mcode} % import matlab file
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
......
...@@ -48,7 +48,9 @@ Current this latest step, an environment variable called MW\_MINGW64\_LOC is aut ...@@ -48,7 +48,9 @@ Current this latest step, an environment variable called MW\_MINGW64\_LOC is aut
\paragraph{}Here is a list of packages used in the FA$\mu$ST project. \paragraph{}Here is a list of packages used in the FA$\mu$ST project.
\begin{itemize} \begin{itemize}
\item \textbf{Eigen} is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms (see \url{http://eigen.tuxfamily.org}). This library is automatically install: there are nothing to do (see the directory "./externals"). \item \textbf{Eigen} is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms (see \url{http://eigen.tuxfamily.org}). This library is automatically install: there are nothing to do (see the directory "./externals").
\item \textbf{OpenBLAS} is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. (see \url{http://www.openblas.net}). To install OpenBlas, refer to \url{https://github.com/xianyi/OpenBLAS/wiki/Installation-Guide}. \item \textbf{OpenBLAS} is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. (see \url{http://www.openblas.net}). To install OpenBlas, refer to \url{https://github.com/xianyi/OpenBLAS/wiki/Installation-Guide}. You can directly download precompiled binary here \url{https://sourceforge.net/projects/openblas/files/v0.2.14/}
\end{itemize} \end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment