2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-16 13:42:08 +00:00
Files
odeint/tex/survey_existing_implementations.tex

43 lines
765 B
TeX

\documentclass[a4paper,10pt]{article}
\usepackage{a4wide}
\usepackage[utf8x]{inputenc}
\usepackage{url}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{color}
\usepackage[final]{listings}
\definecolor{dark-green}{rgb}{0,0.4,0}
\definecolor{dark-red}{rgb}{0.2,0,0}
\definecolor{gray}{gray}{0.50}
\lstset{
%backgroundcolor=\color{gray},
%frame=single,
basicstyle=\ttfamily,
keywordstyle=\color{dark-green},
identifierstyle=,
commentstyle=\color{gray}\normalfont\rmfamily\itshape,
stringstyle=\color{dark-red},
language=c++,
showstringspaces=false
}
\newcommand{\rmd}{\mathrm{d}}
\newcommand{\odeint}{{\tt odeint}}
\title{Survey of Existing ODE libraries}
\begin{document}
\maketitle
\section{Numerical Recipes}
\end{document}